what is the use of 'split' in BDC? Is it related to some
tab adjustment to the flat file during BDC?
Answer Posted / abapchaitanya
spilt is a keyword which can split data based on seperation
in inter face programming,,,,,,,,,,
example;
1 in,in,in tab x,y,z tab 11,12,13.........this is flat
file,......
split it_itab-banks at ',' in to table banks,
split it_itab-bankl at ',' in to table bankl,
split it_itab-bankn at ',' in to table bankn.......
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do you populate data into a multiple line field?
What are function modules?
How to use messages in lists?
What abap statement will trigger list generation?
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
What is the significance of delivery class?
What is open sql vs native sql ?
Can i Have Some Realtime Examples on Badi ?
How to create any functions? How to go about it?
What is function group?
What is the diff between database view and maintenance view?
What are the basic objects of the data dictionary? : abap data dictionary
Name the special commands of list?
Explain what is the purpose of sap script?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....