How does system know that your SAP login userid is assigned
to a perticular employee number (PERNR)?
Answers were Sorted based on User's Feedback
Answer / prasanthi
By using Function Module RP_GET_PERNR_FROM_USERID, get PERNR
by giving USRTY = '0001'.
And also in the table PA0105, with SUBTYPE '0001' and with
the value USRID = 'SY-UNAME', get the PERNR.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
Explain the use of table maintenance allowed?
how to find out where to create a badi.
What is the function of a data element? : abap data dictionary
What are the parameter types for a method?
Name some system global variables you can use in abap programs?
which table contains the details of all Tcodes?
How to define PROJECT in CMOD?
SM35 transaction, How to automate BDC ?
What are the uses of interactive reporting?
wat is the type of file processed by ABAP?
What are pooled tables? : abap data dictionary
what is the transaction code for asset master transaction