Logic for using table controls in BDC?
Answers were Sorted based on User's Feedback
Answer / vandan
data : count type i value 1.
data : var type i value 1.
types : begin of header ,
firstfield(1),
flg(2),
.........
.........
end.
types : begin of item ,
firstfield(1),
flg(2),
.........
.........
end.
Loop at header table.
loop at item table.
if header-firstfield = 'H'.
Pass coun to header-flg.
count = count +1.
else.
pass count to item-flg.
endloop.
endloop.
loop at header data .
header BDC recording.
loop at item data where item-flg = header-flg.
item BDC recording.
var = var + 1.
if var > 3.
put click recording.
var= 1.
endif.
put save recording.
endloop.
endloop.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sonalmishra
To upload transactional data along with master data
Is This Answer Correct ? | 0 Yes | 0 No |
How to find the status of failure a IDOC
What is the difference between get and get late?
How to create a check box/option button in a list?
which method is suitable for call transaction asynchronous or synchronous
what are obsolete function modules FROM version 4.5b to ECC 6.
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What is collect statement?explain with example?
Explain about workbench request and customization requests?
By using which FM we can upload data into Infotype
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What is the meaning of ABAP editor integrated with ABAP data dictionary?
How do you read the data from clusters