SAP Reports / Programs | Supplier Relationship Management(SRM) SAP SRM

ATTRMAINT_F00 SAP ABAP INCLUDE - ATTRMAINTF00







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

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:

RS_CONV_EX_2_IN CALL FUNCTION 'RS_CONV_EX_2_IN' EXPORTING input_external = label2 table_field = typeref IMPORTING output_internal = -currency EXCEPTIONS OTHERS = 1.

RS_CONV_EX_2_IN CALL FUNCTION 'RS_CONV_EX_2_IN' EXPORTING input_external = label1 table_field = typeref currency = -currency IMPORTING output_internal = -approval_limit EXCEPTIONS OTHERS = 1.

RS_CONV_EX_2_IN CALL FUNCTION 'RS_CONV_EX_2_IN' EXPORTING input_external = label2 table_field = typeref IMPORTING output_internal = -currency EXCEPTIONS OTHERS = 1.

RS_CONV_EX_2_IN CALL FUNCTION 'RS_CONV_EX_2_IN' EXPORTING input_external = label1 table_field = typeref currency = -currency IMPORTING output_internal = -spending_limit EXCEPTIONS OTHERS = 1.

BBP_GET_ALL_CATEGORIES_F4 CALL FUNCTION 'BBP_GET_ALL_CATEGORIES_F4' "XMZ#717216 TABLES "XMZ#717216 et_categories = gt_cat_f4_guid "XMZ#717216 EXCEPTIONS "XMZ#717216 OTHERS = 0. "XMZ#717216

BBP_ATTR_F4_SELECT_VALUES CALL FUNCTION 'BBP_ATTR_F4_SELECT_VALUES' EXPORTING scenario_p = om_bbp_scenario attr_id_p = iv_attr_id logsys_p = iv_system TABLES it_attr_p = lt_help_vals EXCEPTIONS OTHERS = 0.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' "XUS#867917 EXPORTING "XUS#867917 set_default_plvar = 'X' "XUS#867917 IMPORTING "XUS#867917 act_plvar = lv_plvar "XUS#867917 EXCEPTIONS "XUS#867917 no_active_plvar = 1 "XUS#867917 OTHERS = 2. "XUS#867917

BBP_OM_STRUC_GET_POS_FROM_USER CALL FUNCTION 'BBP_OM_STRUC_GET_POS_FROM_USER' "XUS#867917 EXPORTING "XUS#867917 user = lv_user_id "XUS#867917 * SEL_DATE = SY-DATUM XUS#867917 * PPOMA_CALL = ' ' XUS#867917 * AUTHORITY_CHECK = 'X' XUS#867917 IMPORTING "XUS#867917 position = lv_position "XUS#867917 EXCEPTIONS "XUS#867917 path_not_found = 1 "XUS#867917 error_reading_structure = 2 "XUS#867917 no_roots = 3 "XUS#867917 invalid_roots = 4 "XUS#867917 internal_error = 5 "XUS#867917 position_is_ambiguous = 6 "XUS#867917 position_is_unoccupied = 7 "XUS#867917 OTHERS = 8. "XUS#867917

RH_ENQUEUE_LIST CALL FUNCTION 'RH_ENQUEUE_LIST' "XUS#867917 TABLES "XUS#867917 enq_tab = lt_enq_tab "XUS#867917 EXCEPTIONS "XUS#867917 locked = 1 "XUS#867917 lock_table_full = 2 "XUS#867917 locking_impossible = 3 "XUS#867917 undef_lock_key = 4 "XUS#867917 OTHERS = 5. "XUS#867917

BBP_UPDATE_ATTRIBUTES CALL FUNCTION 'BBP_UPDATE_ATTRIBUTES' EXPORTING user_id_p = lv_user_id orgunit_id_p = lv_orgunit_id start_date_p = '19000101' end_date_p = '99991231' replace_p = 'X' TABLES it_attr_p = lt_attr EXCEPTIONS object_not_found = 1 times_invalid = 2 update_error = 3 OTHERS = 4.

RH_DEQUEUE_LIST CALL FUNCTION 'RH_DEQUEUE_LIST' "XUS#867917 TABLES "XUS#867917 deq_tab = lt_enq_tab. "XUS#867917

BBP_PD_MSG_ADD CALL FUNCTION 'BBP_PD_MSG_ADD' EXPORTING i_msgty = lr_message->type i_msgid = lr_message->id i_msgno = lr_message->number i_msgv1 = lr_message->message_v1 i_msgv2 = lr_message->message_v2 i_msgv3 = lr_message->message_v3 i_msgv4 = lr_message->message_v4 EXCEPTIONS log_not_found = 1 OTHERS = 2.

BBP_PD_LOG_INITIALIZE CALL FUNCTION 'BBP_PD_LOG_INITIALIZE'.

BBP_PD_MSG_ADD CALL FUNCTION 'BBP_PD_MSG_ADD' EXPORTING i_msgty = lr_message->type i_msgid = lr_message->id i_msgno = lr_message->number i_msgv1 = lr_message->message_v1 i_msgv2 = lr_message->message_v2 i_msgv3 = lr_message->message_v3 i_msgv4 = lr_message->message_v4 EXCEPTIONS log_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 ATTRMAINT_F00 or its description.