Answer Posted / muthukumaran
For table control in bdc declare two variable as integer.
set the variable value as 0.In the program before the line
item perform statement set the counter value as 1.
count=count+1.then u hv to use the concantenate
statementfor the line items for example
concantenate '(lfa1-banks('count'))' into cval
perform bdc using cval.
during recording for the line items we hv record for the
next page also for the line item.goto standard tool bar u
hv to press the next page button.
if count=5.
perform bdc using p+ ->this for next page
endif
clear count.
| Is This Answer Correct ? | 30 Yes | 4 No |
Post New Answer View All Answers
performance tuning concepts
What are the differences between the table and the structure in the data dictionary in the sap abap?
How many main windows will be there in a page window?
What is a table pool? : abap data dictionary
wat is the default file name of BAPI trace?
What are the different types of view?
What are the page headers for secondary lists?
what is the t-code to link technical and functional operation?
How to creat transactions? : abap data dictionary
How to debug a sapscript?
What are different data types in abap/4?
what is bapi,badi,bdc,ale idocs?
What abap statement will trigger list generation?
Which table stores the programs created?
Explain what are extracts?