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
what is call back in alv?
What are base tables of an aggregate object? : abap data dictionary
How to do find it?
How to debug a sapscript?
What are Pull and Push Methods?
Badi concepts
What is the symbol to do “concatenation” operation in nw abap 7.4 ?
What are the data types of the abap/4 layer?
how to capture the errors in bdc Call transaction method?
What is the maximum number of match code id's that can be defined for one match code object ?
Can a constructor be declared private? If yes then in which scenario?
What is output determination?
What are the field and chain statements?
How do you process errors in call transaction method? : abap bdc
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul