How does system know that your SAP login userid is assigned
to a perticular employee number (PERNR)?
Answer Posted / 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 |
Post New Answer View All Answers
what is difference between set screen and call screen ?
What are clustered tables?
What is the difference between collect and append statements?
What is sap locking?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What are the events in abap/4 language? : abap hr
Can we define our own match code id's for sap matchcodes? : abap data dictionary
how to see the table output?
What are the value tables?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What is the use of the statement leave to list-processing?
What are the advantages of different types of bdc's?
What are table clusters?
How can I get ascii value of any letter? Is there any function?
What are the differences between a database index and a match code? : abap data dictionary