SAP Reports / Programs | Financials | Strategic Enterprise Management | Stakeholder Relationship Management(FIN-SEM-SRM) SAP FIN

USSRM_SCREEN0700 SAP ABAP INCLUDE - Forms for ALV 0700







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


Text pool values


Title: Forms for ALV 0700


INCLUDES used within this REPORT USSRM_SCREEN0700

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:

USS_DISPLAY_MESSAGE_PROTOCOL CALL FUNCTION 'USS_DISPLAY_MESSAGE_PROTOCOL' EXPORTING it_error = gt_error i_grid = g_grid_0700.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-p00 textline1 = text-p01 defaultoption = gc_yes cancel_display = gc_no IMPORTING answer = l_answer.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TNT_ALV_SHARE_TYPE' i_bypassing_buffer = gc_true CHANGING ct_fieldcat = pt_fieldcat.

USS_FILL_TABLE_VALUES CALL FUNCTION 'USS_FILL_TABLE_VALUES' EXPORTING table_name = 'USS_TSEC_TYPE' IMPORTING table_values = lt_tsec_type EXCEPTIONS OTHERS = 1.

USS_FILL_TABLE_VALUES CALL FUNCTION 'USS_FILL_TABLE_VALUES' EXPORTING table_name = 'USS_TDENOM' IMPORTING table_values = lt_tdenom EXCEPTIONS OTHERS = 1.

USS_GET_STAKEHOLDER_DETAIL CALL FUNCTION 'USS_GET_STAKEHOLDER_DETAIL' EXPORTING i_srm_partner = ls_outtab-stock_company i_ro_sth_name = 'X' i_no_comm_details = 'X' IMPORTING e_stakeholder = ls_sth_detail EXCEPTIONS stakeholder_not_exist = 1 OTHERS = 2.

ENQUEUE_EUSS_SHARE_TYPE CALL FUNCTION 'ENQUEUE_EUSS_SHARE_TYPE' EXPORTING _scope = '3' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EUSS_SHARE_TYPE CALL FUNCTION 'DEQUEUE_EUSS_SHARE_TYPE' EXPORTING _scope = '3'.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'USS_YSF4_WAERS' retfield = 'WAERS' display = e_display TABLES value_tab = lt_values return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

USS_STAKEHOLDER_F4 CALL FUNCTION 'USS_STAKEHOLDER_F4' EXPORTING i_bp_search = 'X' IMPORTING c_select_value = l_srm_partner.

USS_GET_STAKEHOLDER_DETAIL CALL FUNCTION 'USS_GET_STAKEHOLDER_DETAIL' EXPORTING i_srm_partner = l_srm_partner i_ro_sth_name = 'X' i_no_comm_details = 'X' IMPORTING e_stakeholder = ls_sth_detail.



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