Re: Macro Initial Value
Re: Comp Off.
Hi,
This is negative time management.
Thank you.
Prasanna
Re: BO for "User Authentication"
Obviously, Identity should be the BO but you can't perform this action as we don't have password field released and to my knowledge, SAP would never that
They would rather release a webservice that authenticates and manages stateful communiucation like SFSF. May be! But, there is nothign I see at the moement.
Re: Problems removing Logs from the PI server
Hi
One point to add here, if there are excessive logging happening then you can reduce the number of logs thats are getting written to avoid rapid logs building up in nwa .
Please check the category of the log (when you expand the log you can view category), based on the Category analyze/Fix the error or if its irrelevant you reduce the severity/Frequency of the log which will prevent entry being made in nwa using the log configuration option .
NWA-Configuration Management-Infrastructure-Log Configuration.
Regards
Srinivas.
Re: Comp Off.
Hi Dinesh,
I am also considering hours, need not be a whole day. And the same case applies to taking leave as well. He can work only 5 hrs a day if he is having the quota.
The main problem here is that, when I clock in over time hours say from 9:00 to 20:00 it is taking total 10 hours as over time, where in it should consider only 2 hours as OT ( 9-6 office time, additional 2 hours over time).
I get the error - Error entry no 82, Error when creating absence quota.
I have attached the same.
Please suggest, and also let me know how this time type works.
Thank you.
Prasanna.
Re: Netweaver certification
hi cinu please contact sap education for further details you can also contact head of sap education
the following link helps you
regards
poorna
Re: SCrapping in ME
Hello experts,
I need your advise on the following issue:
The SFC moves to quarantine area through rework 1 or rework 2 special operations if the NC remains open. Rework operations receive SFC from any operation from the main routing (can be 4 operations on the main routing where NC can be logged).
In quarantine, when NC remains open and operation completed the SFC is scrapped. But the problem is it is always picking a particular operation only on the main routing although I have not assigned any reporting step at quarantine.
What could be the reason for this?
Also if want to pick the last completed operation on main routing from which it has come to quarantine, can this be done through custom script?
Thanks in advance,
K S Srinivas
Re: SAP BI/BW Certification (C_TBW45_70)
Hi Loed as you said
I tried to search but almost all topics posted here regarding BI certification are already outdated..
how about this details on sap bi certification thread it clearly explained about your certification .
I hope the thread helps you for your certification exam.
regards
poorna
Re: Sapscript issues
Kindly refer the thread below . You need to put some condition to display the''Terms & Condition" page.
Re: Alternative to SE80 for viewing Web Dynpro objects
Hi Sharma,
TCode : SE15 : you can only view the objects, applications or configurations.
Thanks & Regards,
Sankar Gelivi
Re: C_BODI_20- Data integrator exam
Hi ram as you said
I already did some research about applying for the exam.
if you done the research can't find you this BODS Certification Preparation blog
Like what study material was used
The following below link helps you to identify the topics covered in this test and also Exam Pattern.
How was the exam paper.
here is some sample questions for your exam
https://training.sap.com/shop/uploads/C_BODI_20_sample_questions_final.pdf
all the best to you exam
regards
poorna
inspection lot generation for manually created physical sample
Hi,
I have created a physical sample for a material manually through QPR1..I have assigned the inspection type 15 in the material master for this material in QM view.... then I released the physical sample....but system is not generating inspection lot for the physical sample....but when I execute QPR5 then only system is generating inspection lot... is there any provision to generate inspection lot automatically when we release the physical sample???..is it mandatory to execute QPR5 to generate inspection lots for physical samples???...can somebody guide me on this....
Thanks
Kumar
Delete or change rows in dictionary table in webdynpro.
Hi All.
I want to add function to delete rows from dictionary table and update or change data as well in my webdynpro application. I looked over other forums but I did not find any solution. Any valuable information or hints even some links or references to study material will be very helpful for me.
Thank you all and Best Regards
Re: Examples needed in real time scenario for Segment and Profit center compilation
thank you
Re: How to access SCN in Smartphones
Hi Prakash,
Good Day!
Thanks for sharing this information and it is worth reading that blog.
Regards,
Hari Suseelan
Re: Process Chain stuck in Yellow - framework error upon completion (e.g. follow-on job missing)
Sorry for responding really late for this. Just thought of sharing inputs as part of this issue, after monitoring the problem log for 2 long months.
We normally face issues with the Instance not getting generated for the process step and hence it won't proceed further. Then we can probably make the step manually green through RSPC PROCESS FINISH program.
However, when we face this type of issues in rare cases where we get the instance generated and even the program doesn't help the chain to proceed further, please check the following:
1) Enough no. of background processes available.
2) System not overloaded with full of loads happening.
3) Same step/chain is not in overlapped condition (In our case, say 11:00 system time sub-chain is overlapped with same sub-chain present in 15:00 system time). Usually when the same step gets overlapped, system stops one chain automatically and make the gates open for the other one.
No other root cause for this ino our case. Thanks a lot for your inputs.
Re: To Be delivedred
Hi ,
Does your interface is EOIO ? If yes then in rwb/message monitoring/adapter engine select that particular day/week and check for any errors .
If there are any errors rectify the issues and resend those (or) cancel those .Now by resending the messages in deliverable mode will go .
Regards
Venkat
Re: SAP EP Logon page is blank
seventyros roshan wrote:
The portal on which this issue is appearing is a sandbox portal and not production. So does checking network traffic make sense ?
If you want to repair this there, yes this makes sense
if yes, pls let me know where and how to check that ?
What ever you preffer, HTTP watch e.g.
I did not modify logon page settings in NWA. The issue is appearing in a fresh installation
Did you inspected them?
How to compress warnings while executing the commands using HDBSQL?
Hi SCN,
While we login to SAP HANA using HDBSQL, i want to know if there is any option to compress warning messages.
Example: If i try to delete data from table and if the table doesn't have any data it throws a warning message.
Want to check if there is any way i can compress these warnings, if i receive any warning it effects the corresponding logic we have written in the shell scripts.
Regards,
Krishna Tangudu
matrix Delete row it is deleting two rows at a time...
hi. have a look on below coding..
two ways i had used for deleting the row in a matrix...
here is my problem is at a time it is deleting two rows.
suppose 1,2,3,4, if i delete row 2 it is going to 2 and 3
i used two ways for deleting the rows...
but it is not deleting the rows..
i put all the breaks point at where ever omatrix.deleterow but nothign is firing...
And also pval.beforeaction=true only omatrix.deletrow(p) is working...
if i put false it is not firing......
Any information plz update me...
Try
If (pVal.BeforeAction = False And pVal.MenuUID = "1293") Then
' '' oform = objAddOn.objApplication.Forms.Item("USERPER")
' '' omatrix = oform.Items.Item("5").Specific
' '' For p As Integer = 1 To omatrix.RowCount
' '' If (omatrix.IsRowSelected(p) = True) Then
' '' If (omatrix.Columns.Item("V_-1").Cells.Item(p).Specific.value <> "") Then
' '' omatrix.DeleteRow(p)
' '' Exit For
' '' End If
' '' End If
' '' Next
' '' ' Exit Sub
' '' Dim mc As Integer
' '' mc = omatrix.VisualRowCount
' '' Dim otext As SAPbouiCOM.EditText
' '' If mc <> 0 Then
' '' For i = mc To 1 Step -1
' '' otext = omatrix.Columns.Item("V_-1").Cells.Item(i).Specific
' '' otext.String = i
' '' Next i
' '' End If
oform = objAddOn.objApplication.Forms.Item("USERPER")
Dim oDBDSource As SAPbouiCOM.DBDataSource
Dim Count As Integer
Dim oMatrix As SAPbouiCOM.Matrix
Try
oDBDSource = oform.DataSources.DBDataSources.Item("@PR_USERRIGHTR")
oMatrix = oform.Items.Item("5").Specific
oMatrix.FlushToDataSource()
For p As Integer = 1 To oMatrix.VisualRowCount
If (oMatrix.IsRowSelected(p) = True) Then
oMatrix.DeleteRow(p)
Exit For
End If
Next
oform.Update()
'objForm.DataSources.DBDataSources.Item("@TableName").RemoveRecord(strRow - 1)
oDBDSource.Clear()
oMatrix.FlushToDataSource()
oMatrix.LoadFromDataSource()
For Count = 1 To oDBDSource.Size
oDBDSource.SetValue("Lineid", Count, Count)
Next
Catch ex As Exception
objAddOn.objApplication.MessageBox(ex.Message)
End Try