SAP Reports / Programs | Sales and Distribution | Billing | Pendulum List Indirect Sales(SD-BIL-RB-PL) SAP SD

/BEV4/PLPKUNMAIN SAP ABAP INCLUDE - documentation and ABAP source code







/BEV4/PLPKUNMAIN is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /BEV4/PLPKUNMAIN into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT /BEV4/PLPKUNMAIN. "Basic submit
SUBMIT /BEV4/PLPKUNMAIN AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV4/PLPKUNMAIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /BEV4/PLPKUNMAIN

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Information'(204) txt1 = text1 txt2 = 'können nur in der Listen Anzeige ausgegeben werden'(811) txt3 = 'Über die ALV Ausgabe werden diese Optionen direkt angesteuert.'(812).

/BEV4/PL_CREATE_PFL_BACKUP CALL FUNCTION '/BEV4/PL_CREATE_PFL_BACKUP' EXPORTING source_file_name = datei target_file_name = datei_bup EXCEPTIONS authorization_missing = 1 cant_open_sourcefile = 2 cant_open_targetfile = 3 error_writing_tagetfile = 4 target_file_is_no_pendulum = 5 source_file_is_no_pendulum = 6 OTHERS = 7.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Dateifehler:'(004) txt1 = fehler txt2 = g_text1.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Dateifehler:'(004) txt1 = fehler txt2 = datei.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Dateifehler:'(004) txt1 = fehler txt2 = datei_bup.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-043 diagnose_object = text-041 TEXT_QUESTION = text-042 IMPORTING ANSWER = antwort EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

/BEV4/PL_CREATE_PFL_BACKUP CALL FUNCTION '/BEV4/PL_CREATE_PFL_BACKUP' EXPORTING source_file_name = datei_bup target_file_name = datei EXCEPTIONS authorization_missing = 1 cant_open_sourcefile = 2 cant_open_targetfile = 3 error_writing_tagetfile = 4 target_file_is_no_pendulum = 5 source_file_is_no_pendulum = 6 OTHERS = 7.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/BEV4/PLDUMKDN' CHANGING ct_fieldcat = g_grid_fieldcata.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Fehlermeldung'(203) txt2 = sy-subrc txt1 = 'Fehler beim FLush'(805).

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Bestaetigung'(207) TEXT_QUESTION = 'Daten uebertragen'(206) IMPORTING ANSWER = ok_code EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /BEV4/PLPKUNMAIN or its description.