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
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
How to specify a client for database table processing?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
What is the difference between collect and sum?
What is Field group?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
How do you backup Sapscript layout sets? Can you download and upload? How?
What is pass by value and what is pass by reference? Which is better?
What is ole?
What is a maintenance view? : abap data dictionary
How to call transaction in session method without recording?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What are logical data bases used in hr module? : abap hr
Explain the difference between cluster tables and pool table?
Explain difference between primary key and unique key?