ABAP is the programming language of SAP softwares R/3, S/4HANA, CRM and many others.
We want to create a report with Select Criteria DATE & USER and we display the Transactions that run per …
abap sap-basisNeed idea on the below codes, on how to simplify. Codes below works good but is there a way I …
abap function-moduleIt is possible in ABAP to make a select and include a hard code value and to put a value …
abap opensqlHow can I use color value variable? For example, this works for me: write:/10 'test' COLOR COL_HEADING. I thoght …
list sap abapI wanna have a table parameter in a RFC function module of type CGPL_TEXT1, which uses the domain type …
abap saprfcI want to call Z-transaction via "CALL TRANSACTION" statement and skip the first screen, but AND SKIP FIRST SCREEN statement …
transactions background screen abap bdcI have to change address independent communication data for Business Partners (BP). For get data I'm using: BUPA_ADDRESSINDEP_COMMDATA_…
abap sap-erpWith release 7.40 we have plenty of ways to filter internal table data. For example, one can use such ABAP constructs: …
abapI'm facing to a problem today: how to update the MARA table with custom and non-custom fields? I found some …
abap sap-data-dictionaryIs there a way in ABAP's OpenSQL to simplify the select columns in a JOIN when I want to grab …
abap opensql