Top "Abap" questions

ABAP is the programming language of SAP softwares R/3, S/4HANA, CRM and many others.

Report with tcodes utilization on per user & per date basis

We want to create a report with Select Criteria DATE & USER and we display the Transactions that run per …

abap sap-basis
Assign values to dynamic structure

Need idea on the below codes, on how to simplify. Codes below works good but is there a way I …

abap function-module
ABAP hard code value into SELECT and field into another field

It is possible in ABAP to make a select and include a hard code value and to put a value …

abap opensql
Using color variables in WRITE statement

How can I use color value variable? For example, this works for me: write:/10 'test' COLOR COL_HEADING. I thoght …

list sap abap
Tables using LIKE may only reference flat structures

I wanna have a table parameter in a RFC function module of type CGPL_TEXT1, which uses the domain type …

abap saprfc
Suppress first screen of transaction

I want to call Z-transaction via "CALL TRANSACTION" statement and skip the first screen, but AND SKIP FIRST SCREEN statement …

transactions background screen abap bdc
how to change and add a phone number to BP address independent communication data

I have to change address independent communication data for Business Partners (BP). For get data I'm using: BUPA_ADDRESSINDEP_COMMDATA_…

abap sap-erp
Most efficient itab filtering with ABAP 7.40+ syntax

With release 7.40 we have plenty of ways to filter internal table data. For example, one can use such ABAP constructs: …

abap
What is the best solution to update the MARA table?

I'm facing to a problem today: how to update the MARA table with custom and non-custom fields? I found some …

abap sap-data-dictionary
Select all fields from table A but single field from B?

Is there a way in ABAP's OpenSQL to simplify the select columns in a JOIN when I want to grab …

abap opensql