Explain GET PERNR concept when we use logical data base
Answer Posted / 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 |
Post New Answer View All Answers
Can you set up background processing using call transaction?
Explain what are extracts?
what is the transaction transaction for setting parameters rdisp/buffermode
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
Cds views
What is the use of a pretty printer?
What is the significance of the screen number ‘0’?
How to split one Invoice into Multiple ( Step by Step)?
How to debug a script in abap?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?
Explain the difference between float and packed data type?
What is off cycle payroll run
Program for Prime numbers and Matrix plz explain me the procedural method with steps
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?