SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | User Maintenance(SRM-EBP-ADM-USR) SAP SRM

ATTRMAINT_SUB SAP ABAP INCLUDE - ATTRMAINTSUB







ATTRMAINT_SUB 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 ATTRMAINT_SUB 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 ATTRMAINT_SUB. "Basic submit
SUBMIT ATTRMAINT_SUB AND RETURN. "Return to original report after report execution complete
SUBMIT ATTRMAINT_SUB 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 ATTRMAINT_SUB

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:

BBP_ATTR_SRV_SELECT_OBJECT CALL FUNCTION 'BBP_ATTR_SRV_SELECT_OBJECT' EXPORTING user_p = sy-uname object_p = ls_object product_cat_p = productcat system_p = system sys_independent_p = sysindependent not_save_p = not_save IMPORTING selected_object_p = ls_selected_object selected_scenario_p = selectedscenario selected_product_cat_p = selectedproductcat selected_system_p = selectedsystem refresh_attributes_p = refreshattributes changes_not_saved_p = changes_not_saved wanted_object_p = wanted_object_p TABLES it_objects_p = git_objects it_systems_p = git_systems.

BBP_ATTR_SRV_READ CALL FUNCTION 'BBP_ATTR_SRV_READ' IMPORTING refresh_add_attribute_p = refresh_add_attribute_p sel_object_p = sel_object_p sel_object_stext_p = sel_object_stext_p sel_system_p = sel_system_p sel_attr_id_p = sel_attr_id_p TABLES it_attr_p = attr_tab * IT_ATTR_PROP_P = * IT_HELP_VALUES_P = it_open_nodes_p = open_nodes_tab.

BBP_ATTR_SRV_ADDLIST CALL FUNCTION 'BBP_ATTR_SRV_ADDLIST' TABLES it_add_attr_list_p = add_attr_list_tab.

BBP_ATTR_SRV_HELP_VALUES CALL FUNCTION 'BBP_ATTR_SRV_HELP_VALUES' EXPORTING attr_id_p = attribute * MAX_ROWS_P = * VALUE_P = IMPORTING selected_attr_id_p = selected_attr_id_p attr_prop_p = attr_prop_p TABLES it_attr_help_values_p = attr_help_values_tab.

BBP_ATTR_SRV_CHANGE CALL FUNCTION 'BBP_ATTR_SRV_CHANGE' EXPORTING * NEW_VALUE_P = * DELETED_INDEX_P = 0 save_p = saveflag TABLES it_changed_attr_p = changed_attr_tab it_return_p = return_tab it_open_nodes_p = open_nodes_tab.

BBP_ATTR_SRV_CHANGE CALL FUNCTION 'BBP_ATTR_SRV_CHANGE' EXPORTING * NEW_VALUE_P = deleted_index_p = deleteindex save_p = ' ' TABLES * IT_CHANGED_ATTR_P = changed_attr_tab it_return_p = return_tab.

BBP_ATTR_SRV_CHANGE CALL FUNCTION 'BBP_ATTR_SRV_CHANGE' EXPORTING new_value_p = new_attr * DELETED_INDEX_P = 0 * SAVE_P = 'X' TABLES * IT_CHANGED_ATTR_P = IT_CHANGED_ATTR_P it_return_p = return_tab.

BBP_ATTR_SRV_SELECT_OBJECT CALL FUNCTION 'BBP_ATTR_SRV_SELECT_OBJECT' EXPORTING system_p = selectedsystem sys_independent_p = sys_independent_p * NOT_SAVE_P = ' ' * IMPORTING * SELECTED_OBJECT_P = * SELECTED_SCENARIO_P = * SELECTED_PRODUCT_CAT_P = * SELECTED_SYSTEM_P = * REFRESH_ATTRIBUTES_P = * CHANGES_NOT_SAVED_P = * WANTED_OBJECT_P = * TABLES * IT_OBJECTS_P = * IT_SYSTEMS_P = * IT_PRODUCT_CAT_P = * IT_RETURN_P = .



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