InterviewSolution
| 1. |
Explain Get Pernr Concept When We Use Logical Data Base? |
|
Answer» You need to use LDB PNP to use the GET PERNR event, once GET PERNR event triggers all the Infotypes declared by using INFOTYPES statement will be fetched DATA to the respective INTERNAL tables. If you SPECIFY Infotypes by INFOTYPES statement then internal tables are created with Pnnnn structure. Ex:- INFOTYPES: 0001, 0002, 0006. Internal tables p0001, p0002, p0003 are created and can be used in the program. You need to use LDB PNP to use the GET PERNR event, once GET PERNR event triggers all the Infotypes declared by using INFOTYPES statement will be fetched data to the respective internal tables. If you specify Infotypes by INFOTYPES statement then internal tables are created with Pnnnn structure. Ex:- INFOTYPES: 0001, 0002, 0006. Internal tables p0001, p0002, p0003 are created and can be used in the program. |
|