Explain GET PERNR concept when we use logical data base
Answers were Sorted based on User's Feedback
Answer / arijit
GET is the command used in Logical database concept for
fetching the data
GET PERNR will fetch all the Pernr's one by one in a Loop
like thing
and for each pernr the data records in other infotypes have
been processed
and it goes on till all the pernr's are completed.
Is This Answer Correct ? | 14 Yes | 1 No |
Answer / 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 |
Is there Any Module in SAP for Internal Audit?
iam having 3 internal table how can i pass data to the 4th internal table
what is backend and frontend in case of sap abap? whom we are supposed to call as backenduser and frontend user.
What is the diffrence between index and primary key?
What are the components of sap scripts? : abap hr
Suppose if I’ve 10 records, I don’t want to update 9th record? How can we do that?
is it possible to upload material master data through BDC with one flat file containing both semifinished material & row material combined?????????
Under Data Transfer Portion of ABAP, what do you mean by DX Project
Explain what is the purpose of sap script?
In the BADI,they are multiple Implementation.Could you please tell is there any procedure which are the implementation will execute and any order is the execute all the implementation for that Badi
what connects smartform to it's driver program?
To how many tables can an append structure be assigned. : abap data dictionary