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...
SAP Managed Tags: ABAP Development Hi , I want to use group by statement while fetching data from transparent table in to internal table as i want to add group by a field . Can any body help me with as i m not getting compile time error but getting a run time error . Thanks and...
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, Suppose you have two variables of same name,one in the definition part of class and another one in the implementation part of the class( in method). ME keyword is used to access variable of class . class sai definition. public section. data:num ty...
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,447 SAP Managed Tags: ABAP Development Hi Stephan, 1. Even if it is possible usi...
Why use ABAP ObjectsHorst KellerStefan Bresch
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Hai All, May i know that what is the use of SQ01 , SQ02, SQ03.How to use this ? How to create it ? Can we write our requirement in this ( addition to generated one )? Plz rely . Thanks ...
As you probably already know, you can use the Custom Code Migration app in the SAP BTP, ABAP environment to check your ABAP custom code in an SAP Business Suite, SAP
In some cases, you want external SQL read access to CDS objects owned by the ABAP system. Direct SQL read access to the underlying SAP HANA database of the ABAP system is not a good choice. Some issues are listed in SAP Note 2511210. The name and internal structure in the ABAP databa...
* Reference for SAP Toolbar go_toolbar TYPE REF TO cl_gui_toolbar, * Event handler go_event_handler TYPE REF TO cls_event_handler. * G L O B A L T A B L E S DATA: * Table for registration of events. Note that a TYPE REF ...