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 |
how does data gets transported/transfered between a screen & ABAP praogram in a dialog?
How can you call a page explicitly in smart forms?
Hi guru, In a report prg there is an event called : at SELECTION-SCREEN on VALUE-REQUEST FOR <fieldname>. pls tell me that when i am using a module pool prg how do I call the above event. In other words what is the module pool equivalent for the above event which is used in a report prg. Hope I am able explain my query.
if i want to insert 10 laks MM records and for inserting one record it takes 1 min by using call transaction or session method . so here is there any alternative
how to transport request give step/producer of transport request give step?
i want to print 1 tp 100 in sapscript in a single page in a vertical manner 1 6 2 7 3 8 . . . . how will i do it
How many ways you can create table? : abap data dictionary
What is Field group?
what are the roles and responsibilities of a technical consultant will be assigned in idoc development in real time? in case of a)IDOC EXTENSION b)sending TRANSACTIONAL IDOC c)CHANGE POINTERS
how to design checkbox on the o/p of the list ,not on the selection screen.
The max number of calling modes stacked at one time is?
How to read files and process BDC's automatically ?