How to use a specific number occurs statement?
Answer / preeti pawar
Internal tables provide a means of taking data from a fixed structure and storing it in working memory in ABAP. The data is stored line by line in memory, and each line has the same structure, they are dynamic data objects.
SY-DBCNT / SY-TABIX.
DATA : BEGIN OF ITAB OCCURS 19,
A1 TYPE I,
C1 TYPE C,
END OF ITAB.
Is This Answer Correct ? | 0 Yes | 0 No |
In a screen i have 2 radio buttons and 2 text fields,if i select the one radio button one text field has to be enable and when i select another one,other text field has to be enable,in the at selection screen output event how it was happen?this event has to effect once i press enter naa.......... how the screen knowing that?
what types of request are used to transport repository objects?
IF transport where u can create req no for sctipts?
What is constructor expression in nw abap 7.4?
what are the similarities between internal tables and structures?
What is the difference between view and table ?
13 Answers Deloitte, Renault Nissan,
How did you upload Logo using RSTXCDMC which format you upload TIF?
What are the different types of mode (run code) in call transaction method?
what are system Variables?
How to debug a script in abap?
Can anybody tell me the procedure to impliment the SAP OSS notes in detail?
CAN WE DEBUG A IDOC? IF YES HOW TO DEBUG IN INBOUND SIDE AND OUTPUT SIDE.