what is the use of 'split' in BDC? Is it related to some
tab adjustment to the flat file during BDC?
Answer / 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 |
what a full form of badi,bapi,alv,ale .
in select _upto N ROWS IF N=0 THEN------------------are rows are selected?
What is table attribute? : abap data dictionary
component of message and type of message?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What are the different window types in sapscript?
What is sapnet?
3. What is table maintaince generator ? How do u do it ? Use of it ?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
How will you define posting procedures?
What are the difference between Interactive and Drill Down Reports?
what are the events of table maintenance generator?