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 |
Name a few system global variables you can use in ABAP programs?
Can we use CALL SCREEN in RFC?
What is the collect statement?
What is object in OM
What is INDEX Concept. What is Primary Index and Secondary Index and Difference between Primary & Secondary Index
What is open sql vs native sql ?
While picking can the pick list be updated automatically?
WHAT IS PEFORMANCE TUNING?
What is SY-LOOPC and SY-STEPL?
What are the advantages of logical databases : abap hr
plz can any one list out the set of questions on support project. I am waiting for ur reply
how to upload logo in the smart forms