Top "Abap" questions

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

DATA_BUFFER_EXCEEDED error when calling RFC_READ_TABLE?

My java/groovy program receives table names and table fields from the user input, it queries the tables in SAP …

abap jco saprfc
How to fully specify the type of a returning parameter in method?

I've got a method that imports a structure, creates an internal table out of the structure, and returns this table. …

parameters sap abap
What is the difference between BAPI, BAdI, enhancement and modification?

What are the differences between a BAPI (Business Application Programming Interface), BAdI (Business Add-Ins), customer enhancement and customer modification?

abap bapi badi
Setting SELECT-OPTIONS manually?

I have a program that, among other things, retrieves data from table RESB based on the bdter field, a DATS …

abap opensql sap-selection-screens
Extracting Purchase Order texts in SAP

Is there any way to view the details in Item Text tab in Purchase Order ME23N in a report …

abap sap-erp
Case-insensitive comparison in SELECT condition

In ABAP SQL can I ignore the case when comparing fields in the WHERE clause of a SELECT? SELECT * FROM …

abap opensql
How to hide Table control Column?

Following code in PBO doesn't work to hide the column completely. LOOP AT SCREEN. IF SCREEN-NAME EQ 'GT_SO-POSNR' SCREEN-INPUT = 0. …

controls abap show-hide dynpro
How to add an image to a SAP Adobe Form from the MIME repository?

I have loaded an image to the SAP MIME Repository: Name: watermark100.bmp MIME Type: Icon (Under technical information on …

abap livecycle-designer adobe-form
How to set (unix) permissions when creating a file in SAP ABAP?

you would think this would be obvious, but searching through documentation, SAP forums, Googling, etc., I've been spectacularly unsuccessful. I'm …

unix abap
How do I set a value dynamically in SAP Adobe Forms using JavaScript

I'm creating a form based on the SAP standard Adobe form F140_CUS_STAT_01. In the "Document" column I have …

javascript abap livecycle-designer adobe-form