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 |
How are the function code handles in flow logic?
What is “call mode”?
what is a value table?
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required:  Sales Org  Delivery type  Sales document type Optional:  Planned Goods movement date  Option to choose E-Mail  E-mail Address  Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields,  Success/Error (S/E)  Sales Document number  Delivery number  New Debit memo request number  Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
what is difference between rfc and bapi
How do you find if a logical database exists for your program requrements?
what is use of tcp/ip in real time for abaper??
How would you debug custom programs at runtime?
what is data structure and data table
What is a fall back class?
what is the difference between [select single xxx from ...] and [select * from ... up to one row]?
what are Program Events and Run time Events in Reports