SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Enterprise/Business Partner Management(SRM-EBP-ADM) SAP SRM

BBP_ATTR_TEXT_REFRESH SAP ABAP Report - Program BBP_ATTR_TEXT_REFRESH







BBP_ATTR_TEXT_REFRESH 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 BBP_ATTR_TEXT_REFRESH 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 BBP_ATTR_TEXT_REFRESH. "Basic submit
SUBMIT BBP_ATTR_TEXT_REFRESH AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_ATTR_TEXT_REFRESH 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: P_ATTRIB = Attribute
Selection Text: P_BYDATE = Up to and Incl. Creation Date
Selection Text: P_LOGSYS = Backend System
Selection Text: TESTMODE = Test Mode
Title: Program BBP_ATTR_TEXT_REFRESH
Text Symbol: 001 = Refresh Assigned Texts
Text Symbol: 002 = *


INCLUDES used within this REPORT BBP_ATTR_TEXT_REFRESH

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ATTRIB' dynpprog = g_repid dynpnr = g_dynnr value_org = 'S' TABLES value_tab = gt_attrib return_tab = gt_ret EXCEPTIONS OTHERS = 0.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = g_repid dynumb = g_dynnr TABLES dynpfields = gt_dynp_fields EXCEPTIONS OTHERS = 0.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'P_LOGSYS' dynpprog = g_repid dynpnr = g_dynnr dynprofield = 'P_LOGSYS' value_org = 'S' TABLES value_tab = gt_logsys EXCEPTIONS OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'BBP_ATTR_VALUE_T' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = ' ' i_callback_program = g_repid i_callback_pf_status_set = 'ALV_SET_PF_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' is_layout = g_layout it_excluding = gt_extab it_fieldcat = gt_fieldcat TABLES t_outtab = gt_output EXCEPTIONS program_error = 1 OTHERS = 2.

BBP_ATTR_F4_SLOC_PPOMA CALL FUNCTION 'BBP_ATTR_F4_SLOC_PPOMA' EXPORTING iv_dialog = '' is_search_location = ls_search_location IMPORTING es_location = ls_location EXCEPTIONS OTHERS = 1.

BBP_ATTR_F4_SELECT_VALUES CALL FUNCTION 'BBP_ATTR_F4_SELECT_VALUES' EXPORTING scenario_p = 'BBP' attr_id_p = p_attrib max_rows_p = 1 logsys_p = -value_logsys value_p = gv_value langu = lv_langu TABLES it_attr_p = gt_attr EXCEPTIONS OTHERS = 1.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' "XMZ#640366 EXPORTING "XMZ#640366 tabname = 'T002T' "XMZ#640366 fieldname = 'SPRAS' "XMZ#640366 TABLES "XMZ#640366 return_tab = gt_ret "XMZ#640366 EXCEPTIONS "XMZ#640366 OTHERS = 0. "XMZ#640366

CONVERSION_EXIT_ISOLA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_INPUT' "XMZ#640366 EXPORTING "XMZ#640366 input = gt_ret-fieldval "XMZ#640366 IMPORTING "XMZ#640366 OUTPUT = gv_sprsl "XMZ#640366 EXCEPTIONS "XMZ#640366 OTHERS = 1. "XMZ#640366

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' "XMZ#640366 EXPORTING "XMZ#640366 dyname = g_repid "XMZ#640366 dynumb = g_dynnr "XMZ#640366 TABLES "XMZ#640366 dynpfields = gt_dynp_fields "XMZ#640366 EXCEPTIONS "XMZ#640366 OTHERS = 0. "XMZ#640366



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