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


Please Help Members By Posting Answers For Below Questions

How do you populate data into a multiple line field?

771


What are function modules?

776


How to use messages in lists?

788


What abap statement will trigger list generation?

794


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?

1938






What is the significance of delivery class?

763


What is open sql vs native sql ?

2116


Can i Have Some Realtime Examples on Badi ?

8514


How to create any functions? How to go about it?

766


What is function group?

807


What is the diff between database view and maintenance view?

788


What are the basic objects of the data dictionary? : abap data dictionary

799


Name the special commands of list?

789


Explain what is the purpose of sap script?

758


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....

1833