Explain GET PERNR concept when we use logical data base
Answer Posted / vijay kumar
get is used to fetch all the related infotype data.
get pernr will work has a loop and endloop.
once u declared a get pernr it fetch all the related personnel
number to process, to fetch all infotypes data from infotypes
into the internal table(pnnnn).
once you define infotypes in data declaration,at the runtime
system will create work area for that infotypes.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what is the t-code to link technical and functional operation?
What will happen when we use fully buffered in abap?
How do you convert non-char field into char type fields ?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
if while coding power goes off , how to retrieve the codes?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What are authorization objects and what statement is used to perform an authorization check in an abap program?
What is a maintenance view? : abap data dictionary
What are the different types of parameters? : abap modularization
Value table VS check Table.
How does the interface between the dynpro and the abap/4 modules take place?
What are spa/gpa parameters (sap memory)?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
How to write a code for multiple transactions? : abap bdc