How does system know that your SAP login userid is assigned
to a perticular employee number (PERNR)?
Answer Posted / tanmoy
Call to the FM 'RP_GET_PERNR_FROM_USERID' will return the
employee number, we need to pass user-name (SY-UNAME)& USRTY
= '0001'.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
What is the difference between call transaction and session method? : abap bdc
Explain how to create any functions?
Did you create primary index?
Explain the inside concept in select-options?
What is roll area?
What was the requirement of IDoc in your project? How it was working?
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
Name a few data dictionary objects?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
Explain what is the purpose of sap script?
Explain how data is stored in cluster table?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
In select-options, how to get the default values as current month first date and last date by default?
Differentiate screen painter from menu painter.