SAP Reports / Programs | Basis Components | Security | ABAP Authorization and Role Management(BC-SEC-AUT-PFC) SAP BC

PRGN_DELETE_ACTIVITY_GROUPS SAP ABAP Report - Program PRGN_DELETE_ACTIVITY_GROUPS







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


Text pool values


Title: Program PRGN_DELETE_ACTIVITY_GROUPS


INCLUDES used within this REPORT PRGN_DELETE_ACTIVITY_GROUPS

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:

PRGN_CALL_INFO_TEXT_POPUP *CALL FUNCTION 'PRGN_CALL_INFO_TEXT_POPUP' * EXPORTING * INFO_TEXT = 'PROFGEN_INFO_TEXT_23' * EXCEPTIONS * ACTION_CANCELED = 1 * OTHERS = 2.

PRGN_AUTH_MAXIMAL_AUTHORITY *CALL FUNCTION 'PRGN_AUTH_MAXIMAL_AUTHORITY' * EXPORTING * ALSO_S_TCODE = ' ' * ALSO_S_DEVELOP = ' ' * ALSO_S_USER_AGR = 'X' * ALSO_S_USER_GRP = 'X' * EXCEPTIONS * NOT_AUTHORIZED = 1 * OTHERS = 2.

PRGN_ACTIVITY_GROUPS_LOAD *CALL FUNCTION 'PRGN_ACTIVITY_GROUPS_LOAD' * EXPORTING * SELECT_TEXTS = 'X' * SELECT_ALL_ACTIVITY_GROUPS = 'X' * SELECT_TEXTS_IN_ANY_LANGUAGE = 'X' * TABLES * ACTIVITY_GROUPS_TEXTS = SINGLE_ACTGROUPS * EXCEPTIONS * NO_ACTIVITY_GROUPS_AVAILABLE = 1 * OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST *CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING * DDIC_STRUCTURE = 'AGR_TXT' * RETFIELD = 'AGR_NAME' * WINDOW_TITLE = TEXT-100 * VALUE_ORG = 'S' * MULTIPLE_CHOICE = 'X' * TABLES * VALUE_TAB = L_AGR_TXT * FIELD_TAB = OUTPUT_FIELDS * RETURN_TAB = RET_TAB * EXCEPTIONS * PARAMETER_ERROR = 1 * NO_VALUES_FOUND = 2 * OTHERS = 3.

PRGN_ACTIVITY_GROUP_DELETE * CALL FUNCTION 'PRGN_ACTIVITY_GROUP_DELETE' * EXPORTING * ACTIVITY_GROUP = AGR_TAB-AGR_NAME * ENQUEUE_AND_TRANSPORT = 'X' * SHOW_DIALOG = ' ' * EXCEPTIONS * NOT_AUTHORIZED = 1 * TRANSPORT_CHECK_PROBLEM = 2 * TRANSPORT_CANCELED_OR_PROBLEM = 3 * ONE_OR_MORE_USERS_ENQUEUED = 4 * FOREIGN_LOCK = 5 * USER_CANCELS_ACTION = 6 * CHILD_AGR_EXISTS = 7 * OTHERS = 8.



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