SAP Reports / Programs | Sales and Distribution | Sales | Basic Functions(SD-SLS-GF) SAP SD

SD_UMSL_T180S_LISTVIEWER SAP ABAP Report - Convert T180S into Layouts for List Viewer







SD_UMSL_T180S_LISTVIEWER 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 SD_UMSL_T180S_LISTVIEWER 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 SD_UMSL_T180S_LISTVIEWER. "Basic submit
SUBMIT SD_UMSL_T180S_LISTVIEWER AND RETURN. "Return to original report after report execution complete
SUBMIT SD_UMSL_T180S_LISTVIEWER 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_VL05 = List of Deliveries
Selection Text: P_VF25 = List of Invoice Lists
Selection Text: P_VF05 = List of Billing Documents
Selection Text: P_VC06 = List addresses
Selection Text: P_VC05 = List of Sales Activities
Selection Text: P_VA55 = List of Item Proposals
Selection Text: P_VA45 = List of Scheduling Agreements
Selection Text: P_VA35 = List of Contracts
Selection Text: P_VA25 = List of Quotations
Selection Text: P_VA15 = List of Inquiries
Selection Text: P_VA05 = List of Sales Orders
Selection Text: P_MD85 = List of Independent Reqmts
Title: Convert T180S into Layouts for List Viewer
Text Symbol: C01 = Layouts


INCLUDES used within this REPORT SD_UMSL_T180S_LISTVIEWER

INCLUDE RVREUSE_GLOBAL_DATA.


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_TRANSFER_DATA CALL FUNCTION 'REUSE_ALV_TRANSFER_DATA' EXPORTING IT_FIELDCAT = LS_SD_ALV-FIELDCAT[] IMPORTING ET_FIELDCAT = LT_FIELDCAT_SAVE[].

K_KKB_FIELDCAT_COMPLETE CALL FUNCTION 'K_KKB_FIELDCAT_COMPLETE' EXPORTING I_TABNAME = LS_SD_ALV-TABNAME_HEADER I_TABNAME_SLAVE = LS_SD_ALV-TABNAME_ITEM * I_ALWAYS = * I_NO_DDIC_READ = CHANGING CT_FIELDCAT = LT_FIELDCAT_SAVE[] * CS_LAYOUT = EXCEPTIONS OTHERS = 0.

LT_FC_SAVE CALL FUNCTION 'LT_FC_SAVE' EXPORTING * I_TOOL = 'LT' I_TABNAME = LS_SD_ALV-TABNAME_HEADER I_TABNAME_SLAVE = LS_SD_ALV-TABNAME_ITEM IS_VARIANT = LS_SD_ALV-VARIANT IT_FIELDCAT = LT_FIELDCAT_SAVE[] * IT_SORT = * IT_FILTER = EXCEPTIONS FC_NOT_COMPLETE = 1 WRONG_INPUT = 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 SD_UMSL_T180S_LISTVIEWER or its description.