how to use table control in bdc
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / smart varghese
Table control is used for entering multiple line items in
BDC.
Is This Answer Correct ? | 33 Yes | 9 No |
Answer / smart varghese
Table control is used to enter multiple line items in BDC.
In the loop statement for BDC_INSERT we have to go for one
more loop with in this loop. An make sure is there any ADD
button is there for the table control. And write statements
accordingly.
Is This Answer Correct ? | 16 Yes | 6 No |
Answer / g.shankar
i guess all of u have written what is a table control...wer
as the question was how to handle table control in bdc..
nd the ans is we can use the keyword SPLIT to use table
control in bdc..
Is This Answer Correct ? | 14 Yes | 8 No |
Answer / chowdary
Hi sankar,
can you tell me using SPLIT how you are handling the table
control in bdc.
Is This Answer Correct ? | 11 Yes | 9 No |
Answer / gayatri
split wa_banks at ',' into table i_banks.
here wa_banks contains banks data with separator ','(comma).
by using split keyword we can splite the data as per
seperator having between data.
Is This Answer Correct ? | 8 Yes | 6 No |
Answer / ganga
by using of parallel cursor method also (nested loop)
Is This Answer Correct ? | 0 Yes | 3 No |
What is asynchronous and synchronous update?
Explain the difference between get and get late?
How many ways can a sap system be accessed?
How do you do bdc for a table control? : abap bdc
What are the rules to create a BAPI?
what do u mean by occurs 0
Cds views
What is roll area?
how many types of windows are there in SMARTFORMS?not in scripts?
What is constructor expression in nw abap 7.4?
VVVV.Urgent- How can i develop more than 30 interactive lists in reports.
How do you process errors in session method ? : abap bdc