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 the collect statement?
What is evaluation path, where do we do it and why? : sap abap hr
What are function modules?
How can we create callable modules of program code within one abap/4 program? : abap modularization
What are clustered tables?
What is the full form of spro? : sap abap hr
What are table clusters?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What is the t-code for transaction recorder? : abap bdc
What is off cycle payroll run
What are the other modules integrated with om? : sap abap hr
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
Can a posting run be deleted? : sap abap hr
Type casting and error handling
How do you set up background jobs in sap? What are the steps?