SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Dear All, Please let me know what does it means by sy-subrc values for 1, 2, 5, 6 and 8 means. I only know that , sy-subrc = 0 is when u get value (when ur statement is true) and ...
Applying OPEN DATASET to a file already opened - in the same internal mode - triggers an exception of the type CX_SY_FILE_OPEN. The Return Code is set as follows: SY-SUBRC = 0: The file was opened. SY-SUBRC = 8: The file could not be opened. Example DATA: dsn(20) ...
SAP Managed Tags: ABAP Development Hi, A function module is a subroutine with the corresponding function that is centrally stored in the Function Library of the SAP system. Each function module has an interface for importing or exporting parameters. The main purpose of function modules is their...
6) What is DRILL_DOWN report? 7) Are the programs client independent? 😎 What is SAP SCRIPT and LAYOUT SET. 9) What are the ABAP commands linked to the LAYOUT SET? 10) What are MATCH CODES? 11) How do we debug SAP_SCRIPT? Very thanx in advance. Message was edited by: Mohd ...
A BADI is a Business Add-in - one of SAP's methods of implementing a user-exit or change to standard SAP code. BADI's are ABAP object based changes instead of the more common subroutines/function modules. To implement BADI, Follow the below steps to find out what all BADI's are ...
SAP Managed Tags: ABAP Development Hi This method of appending lines of one table to another is about 3 to 4 times faster than appending them line by line in a loop. After the APPEND statement, the system field SY-TABIX contains the index of the last line appended. W...
SAP Managed Tags: ABAP Development Hi, NAST: Is MEssage status table. Documents which are having message status are stored into NAST. Now in your case order no is nast-objky stored in the NAST. 'NAST_PROTOCOL_UPDATE': Is nothing but a processing of NAST Log. Reward if useful! Reply ...
SAP Managed Tags: ABAP Development hi Bill of material form an important component of the Production Planning SAP PP module. In many SAP interviews candidates are asked to explain the concept of Bill of material. discussing the same below. What is a Bill of Material BOM in the SAP Productio...
b)It is possible to have a smartform without a main window . c)Labels cannot be created in smartforms. d)Routines can be written in smartforms tool. e)Smartforms generates a function module when activated. Contributed by :SAP ABAP/4 Programming, Basis Administration, Configuration Hints and Ti...
Hi SAP-ABAP Experts . Please explain me about thses queries regading BDC's... What is Sync/Async processing and Updates ? Can we visually see them ? (1.) Session Method have Syncronous Prosessing or Asyncronous Prosessing ? (2.)Session Method have Syncronous Update or Asyncronous Upd...