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
What is sequence of event triggered in report?
How to display or know if the value entered contains records or not?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
What is meant by read lock? : sap abap data dictionary
How many main windows will be there in a page window?
What is the function of the transport system and workbench organiser?
What are the modes in lock objects? : sap abap data dictionary
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What is the difference between internal tables and extract datasets? : abap modularization
What is the function of a domain? : abap data dictionary
What is the difference between skip and new-line?
What is the modification assistant?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance