| 1. |
What Is Repetitive Structure And For Which Infotype Do We Have? |
|
Answer» Repetitive structure is same sequence for fields varying by numeric digits. We do have repetitive structure in IT 8 [Basic Pay] and IT 41[Date Specifications]. To retrieve the data from repetitive structures we use DO… VARYING command as below DATA: BEGIN OF WAGETYPES, Repetitive structure is same sequence for fields varying by numeric digits. We do have repetitive structure in IT 8 [Basic Pay] and IT 41[Date Specifications]. To retrieve the data from repetitive structures we use DO… VARYING command as below DATA: BEGIN OF WAGETYPES, |
|