SAP Reports / Programs

/1BCDWB/DB/PLMB/GOS_SGRP SAP ABAP Report - /1BCDWB/DB/PLMB/GOSSGRP







/1BCDWB/DB/PLMB/GOS_SGRP 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 /1BCDWB/DB/PLMB/GOS_SGRP 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 /1BCDWB/DB/PLMB/GOS_SGRP. "Basic submit
SUBMIT /1BCDWB/DB/PLMB/GOS_SGRP AND RETURN. "Return to original report after report execution complete
SUBMIT /1BCDWB/DB/PLMB/GOS_SGRP 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 /1BCDWB/DB/PLMB/GOS_SGRP

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_EXTERNAL_SELSCREEN_STATUS CALL FUNCTION 'RS_EXTERNAL_SELSCREEN_STATUS' EXPORTING P_FB = 'RS_DATABROWSE_STATUS_SET'.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = '/PLMB/GOS_SGRP' importing x030l_wa = x030l tables dfies_tab = l_dfies.

SELECTION_TEXTS_MODIFY CALL FUNCTION 'SELECTION_TEXTS_MODIFY' EXPORTING PROGRAM = PROG TABLES SELTEXTS = TEXTS.

SELECTION_TEXTS_MODIFY CALL FUNCTION 'SELECTION_TEXTS_MODIFY' EXPORTING PROGRAM = PROG TABLES SELTEXTS = TEXTS.

RS_TABLE_LIST_CREATE CALL FUNCTION 'RS_TABLE_LIST_CREATE' EXPORTING TABLE_NAME = '/PLMB/GOS_SGRP' ACTION = 'ANZE' WITHOUT_SUBMIT = ' ' GENERATION_FORCED = 'X' NEW_SEL = 'X' DATA_EXIT = G_DATA_EXIT * IMPORTING * PROGNAME = EXCEPTIONS TABLE_IS_STRUCTURE = 01 TABLE_NOT_EXISTS = 02 DB_NOT_EXISTS = 03.

RS_DATABROWSE_FIELDSELECT CALL FUNCTION 'RS_DATABROWSE_FIELDSELECT' EXPORTING TABNAME = '/PLMB/GOS_SGRP' ACTION_2 = ' ' TABLES NAME_TAB = %_TAB2 TAB2_FIELD = %_TAB2_SORT RETT_NAME_TAB = RETT_%_TAB2.

RS_DATABROWSE_FIELDSELECT CALL FUNCTION 'RS_DATABROWSE_FIELDSELECT' EXPORTING TABNAME = '/PLMB/GOS_SGRP' ACTION_2 = 'X' TABLES NAME_TAB = %_TAB2 TAB2_FIELD = %_TAB2_FIELD RETT_NAME_TAB = RETT_%_TAB2.

RS_DATABROWSE_FIELDSELECT CALL FUNCTION 'RS_DATABROWSE_FIELDSELECT' EXPORTING TABNAME = '/PLMB/GOS_SGRP' ACTION_2 = 'X' IMPORTING OKCODE = OK_CODE TABLES NAME_TAB = %_TAB2 TAB2_FIELD = %_TAB2_SORT RETT_NAME_TAB = RETT_%_TAB2.

RS_DATABROWSE_FIELDSELECT CALL FUNCTION 'RS_DATABROWSE_FIELDSELECT' EXPORTING TABNAME = '/PLMB/GOS_SGRP' ACTION_2 = ' ' IMPORTING OKCODE = OK_CODE TABLES NAME_TAB = %_TAB2 TAB2_FIELD = %_TAB2_SORT RETT_NAME_TAB = RETT_%_TAB2.

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING IV_CATEGORY = category * IV_CLI_DEP = 'X' IMPORTING EV_ORDER = IORDER EV_TASK = ITASK EXCEPTIONS OTHERS = 3.

TR_APPEND_TO_COMM_OBJS_KEYS CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' EXPORTING WI_SIMULATION = ' ' WI_SUPPRESS_KEY_CHECK = ' ' WI_TRKORR = ITASK TABLES WT_E071 = IE071 WT_E071K = IE071K EXCEPTIONS OTHERS = 68.

RS_TABLE_LIST_CREATE CALL FUNCTION 'RS_TABLE_LIST_CREATE' EXPORTING TABLE_NAME = CHECKTABLE ACTION = 'EANZ' WITHOUT_SUBMIT = 'X' IMPORTING PROGNAME = CHECKPROG EXCEPTIONS OTHERS = 01.

RS_TABLE_LIST_CREATE CALL FUNCTION 'RS_TABLE_LIST_CREATE' EXPORTING TABLE_NAME = FORTABLE ACTION = 'EANZ' WITHOUT_SUBMIT = 'X' IMPORTING PROGNAME = FORTABLE EXCEPTIONS OTHERS = 01.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = '/PLMB/GOS_SGRP' importing x030l_wa = x030l tables dfies_tab = l_dfies.



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 /1BCDWB/DB/PLMB/GOS_SGRP or its description.