SAP Reports / Programs

EBPP_AR_CONTACTS SAP ABAP Report - Display of the Comments Created in Biller Direct







EBPP_AR_CONTACTS is a standard Executable ABAP Report 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 EBPP_AR_CONTACTS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EBPP_AR_CONTACTS - EBPP: Remarks Created


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 EBPP_AR_CONTACTS. "Basic submit
SUBMIT EBPP_AR_CONTACTS AND RETURN. "Return to original report after report execution complete
SUBMIT EBPP_AR_CONTACTS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: GS_BELNR = Document Number
Selection Text: GS_BUDAT = Posting Date Document
Selection Text: GS_BUKRS = Company Code
Selection Text: GS_CRDAT = Date of Creation of Comment
Selection Text: GS_GJAHR = Fiscal Year
Selection Text: GS_KUNNR = Customer
Title: Display of the Comments Created in FSCM
Text Symbol: 008 = Inquiry: Delete Data?
Text Symbol: 001 = Organizational Selections
Text Symbol: 002 = Time-Based Selections
Text Symbol: 003 = Do you want to
Text Symbol: 004 = delete selected
Text Symbol: 005 = data?
Text Symbol: 006 = Y
Text Symbol: 007 = No


INCLUDES used within this REPORT EBPP_AR_CONTACTS

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:

REUSE_ALV_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' * EXPORTING * I_CALLBACK_PROGRAM = 'EBPP_AR_CONTACTS' * I_CALLBACK_PF_STATUS_SET = 'SET_STATUS' * I_CALLBACK_USER_COMMAND = 'PROCESS_COMMAND' * I_STRUCTURE_NAME = 'EBPP_AR_CONTACTS' * IS_LAYOUT = GS_LAYOUT * TABLES * T_OUTTAB = GT_INDEX * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting * i_buffer_active = space * i_bypassing_buffer = char_x i_callback_program = con_program i_callback_pf_status_set = con_callback_pf i_callback_user_command = con_callback_user * i_structure_name = g_alv_struc is_layout = gs_layout it_fieldcat = gt_fieldcat it_sort = gt_sort * i_default = gd_alvdefault i_save = l_save is_variant = gs_variant * is_print = is_print * it_events = gt_events it_event_exit = gt_event_exit * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = gt_contact_alv exceptions program_error = 1 others = 2.

APAR_EBPP_TEXTS_DISPLAY * CALL FUNCTION 'APAR_EBPP_TEXTS_DISPLAY' * EXPORTING * ID_BUKRS = LS_INDEX-BUKRS * ID_GJAHR = LS_INDEX-GJAHR * ID_BELNR = LS_INDEX-BELNR * ID_LANGU = LS_INDEX-SPRAS * EXCEPTIONS * DOCUMENT_NOT_FOUND = 1 * TEXT_NOT_VALID = 2 * MISSINGCUSTOMIZING = 3 * OTHERS = 4.

APAR_EBPP_ANSWER call function 'APAR_EBPP_ANSWER' starting new task 'text' exporting wa_thead = wa_thead identifier = str_identifier savemode_direct = 'X'.

APAR_EBPP_TEXTS_DELETE CALL FUNCTION 'APAR_EBPP_TEXTS_DELETE' EXPORTING ID_BUKRS = LS_INDEX-BUKRS ID_GJAHR = LS_INDEX-GJAHR ID_BELNR = LS_INDEX-BELNR EXCEPTIONS DOCUMENT_NOT_FOUND = 1 MISSING_CUSTOMIZING = 2 TEXT_NOT_VALID = 3 OTHERS = 4.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = '2' TEXTLINE1 = TEXT-003 TEXTLINE2 = TEXT-004 TEXTLINE3 = TEXT-005 TEXT_OPTION1 = TEXT-006 TEXT_OPTION2 = TEXT-007 ICON_TEXT_OPTION1 = 'ICON_DELETE' ICON_TEXT_OPTION2 = 'ICON_CANCEL' TITEL = TEXT-008 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = LD_ANSWER.

SUSR_USER_ADDRESS_GET CALL FUNCTION 'SUSR_USER_ADDRESS_GET' EXPORTING USER_NAME = sy-uname IMPORTING USER_ADDRESS = usaddress EXCEPTIONS USER_NAME_NOT_EXIST = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = con_alv_struc changing ct_fieldcat = gt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.



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 EBPP_AR_CONTACTS or its description.