this structure is used to hold basic data text present in basicdata1 view of transaction mm01. i want to know how i can access this structure in my pgm.here, i want to check this basic data text and if proper data text is not present then i am trying to call transaction mm02 using...
How about force use of an INDEX in ABAP for MSSQL2K? Can we use HINT for ABAP to use a custom index for MSSQL database? Many thanks. Reply Former Member 2005 Dec 28 2:26 PM 0 Kudos 1,057 SAP Managed Tags: ABAP Development Hi Stephan, 1. Even if it is possible usi...
using structures,we can retrieve the data from the database tables if it is having the same structure like database table structure *it can hold var's of different datatypes *we can create objects containing diff types of attributes *even we can insert the data into the database tables if ...
Since October 2022 the newSAP S/4HANA 2022 releaseis available for SAP S/4HANA Cloud, private edition and for on-premise customers. With this release SAP provides the first version of the ABAP cloud development model in these SAP S/4HANA editions. The ABAP cloud development model...
SAP Managed Tags: ABAP Development Hi Prasad, Packed numbers - type P Type P data allows digits after the decimal point. The number of decimal places is generic, and is determined in the program. The value range of type P data depends on its size and the number of digits after the de...
(ls_ras_rootMAPPINGkey=db_key))TOlt_root."Retrive default value --> Point to keep in mind, here LT_ROOT is the table type of the COMBINED Structuremo_smngr_ras->retrieve_default_node_values(EXPORTINGiv_node_key=zif_risk_assessment_c=>sc_node-root" NodeCHANGINGct_data=lt_root).LOOP...
New BAPI error: You cannot use the statement "FUNCTION" in the current environment. Go to solution Former Member 2012 Nov 16 2:48 AM 0 Kudos 6,992 SAP Managed Tags: ABAP Development I am creating Customized BAPI, following the steps, structure, then followed by ZBAPI FM,...
INCLUDE STRUCTURE bapiret2. DATA: END OF errmsg. DATA: errflag. select single * from eban into wa_eban. if sy-subrc = 0. move-corresponding wa_eban to itab. append itab. clear itab. endif. *CALL FUNCTION 'UPLOAD' EXPORTING filename = 'C:\Documents and Settings\sap\Desktop\New ...
In the elements list enter the name OK_CODE for the element of type OK. The code REPORT sapmz_hf_controls1 . CONSTANTS: line_length TYPE i VALUE 254. DATA: ok_code LIKE sy-ucomm. DATA: * Create reference to the custom container ...
In the elements list enter the name OK_CODE for the element of type OK. The code REPORT sapmz_hf_controls1 . 1. CONSTANTS: 1. line_length TYPE i VALUE 254. 1. DATA: ok_code LIKE sy-ucomm. 1. DATA: 1. * Create reference to the custom container ...