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

What are the three components of a work process?

632


Can you delete a domain, which is being used by data elements? : abap data dictionary

818


Explain the systems fields used for interactive lists and lists?

534


What will you code in start-of-selection & end-of-selecton & why?

580


What are the features of abap/4 dictionary? : abap data dictionary

590






What functions does a data dictionary perform? : abap data dictionary

622


What is meant by a schema? : sap abap hr

583


What are the disadvantages of abap query tool?

594


How many types of buffering? : abap data dictionary

721


What is the function of a domain? : abap data dictionary

592


What is cts and what do you know about it? : abap hr

736


java script for push button in adobe forms.

1892


How to Solve a Particular Ticket in Realtime ?

1751


What are the different types of parameters? How can you distinguish between different kinds of parameters?

548


How do you get the number of lines in an internal table? How to use a specific number occurs statement?

527