SAP Reports / Programs | Recycling Administration | Recycling Administration(IS-REA) SAP IS

J_7L_ABLSKO_AUT_EXECUTION SAP ABAP Report - Derive Special Condition Type for a Recycling Partner Automatically







J_7L_ABLSKO_AUT_EXECUTION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program executes the automatic derivation of the special condition types as mass changes...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter J_7L_ABLSKO_AUT_EXECUTION into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J7LUTILITY2 - J_7L_ABLSKO_AUT_EXECUTION


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 J_7L_ABLSKO_AUT_EXECUTION. "Basic submit
SUBMIT J_7L_ABLSKO_AUT_EXECUTION AND RETURN. "Return to original report after report execution complete
SUBMIT J_7L_ABLSKO_AUT_EXECUTION 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: WF_EVENT = D .
Selection Text: WERKS_S = D .
Selection Text: VRKME_S = D .
Selection Text: VARI_P = D .
Selection Text: SPART_S = D .
Selection Text: P_ENTA = D .
Selection Text: MATNR_S = Article Number
Selection Text: LAND1_S = Country Version
Selection Text: LAED_S = Last Changed On
Selection Text: DATBI_P = Key Date for Assignment Vers.
Selection Text: BUKRS_S = Company Code
Selection Text: AEZE_S = Last Changed At
Selection Text: AENA_S = Last Changed By
Title: Derive Special Condition Type for a Recycling Partner Automatically
Text Symbol: 053 = Adjust Conditions
Text Symbol: 052 = Execute Maintenance Changes
Text Symbol: 051 = Test Run
Text Symbol: 050 = Maint. Options
Text Symbol: 030 = Recycling Partner for Article
Text Symbol: 013 = Start Condition Update
Text Symbol: 012 = Change Data Record:
Text Symbol: 011 = Internal Error 2
Text Symbol: 010 = Article Selection
Text Symbol: 009 = Save:
Text Symbol: 008 = DB Error:
Text Symbol: 007 = Packaging Type Not Defined
Text Symbol: 006 = VAC Not Defined
Text Symbol: 005 = Content ID Key Not Defined
Text Symbol: 004 = Additional Info Key Not Defined
Text Symbol: 003 = Packaging Level Not Defined
Text Symbol: 002 = Article Locked:
Text Symbol: 001 = Process Data Records For


INCLUDES used within this REPORT J_7L_ABLSKO_AUT_EXECUTION

INCLUDE FJ7LMCDC.
INCLUDE J_7L_UTILITY_VAR_TOP.
INCLUDE J_7L_UTILITY_VAR_F4.
INCLUDE J_7LSELECTION_SCREEN2.
INCLUDE J_7LABLSKO_FORMS.


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:

J_7L_F4_MATNR CALL FUNCTION 'J_7L_F4_MATNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'MATNR_S-LOW' IMPORTING selected_matnr = matnr_s-low EXCEPTIONS help_type_not_specified = 1 error_in_help_values_get = 2 OTHERS = 3.

J_7L_F4_MATNR CALL FUNCTION 'J_7L_F4_MATNR' EXPORTING help_type = 1 dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'MATNR_S-HIGH' IMPORTING selected_matnr = matnr_s-high EXCEPTIONS help_type_not_specified = 1 error_in_help_values_get = 2 OTHERS = 3.

J_7L_CHECK_AUTHORITY_RANGE CALL FUNCTION 'J_7L_CHECK_AUTHORITY_RANGE' EXPORTING i_object = bobject "Interface i_activity = '02' "change/display TABLES i_bukrs = bukrs_r i_land1 = land1_r i_entnr = entnr_r EXCEPTIONS no_authorisation = 1 OTHERS = 2.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

ENQUEUE_EJ_7LM CALL FUNCTION 'ENQUEUE_EJ_7LM' EXPORTING mode_j_7lm01 = 'E' mandt = sy-mandt matnr = tmp_m09_tab-matnr variante = tmp_m09_tab-variante x_variante = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

J_7L_KONDITIONEN_UPDATE_SYNC CALL FUNCTION 'J_7L_KONDITIONEN_UPDATE_SYNC' EXPORTING matnr = tmp_m09_tab-matnr variante = tmp_m09_tab-variante bukrs = tmp_m09_tab-bukrs land1 = tmp_m09_tab-land1 vrkme = tmp_m09_tab-vrkme datab = tmp_m09_tab-datab.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

SAP_WAPI_CREATE_EVENT CALL FUNCTION 'SAP_WAPI_CREATE_EVENT' EXPORTING object_type = /j7l/rea_bo=>rea_article object_key = object_key event = /j7l/rea_bo=>is_changed commit_work = 'X' IMPORTING return_code = return_code.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL





CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_EJ_7LM CALL FUNCTION 'DEQUEUE_EJ_7LM' EXPORTING mode_j_7lm01 = 'E' mandt = sy-mandt matnr = tmp_m09_tab-matnr variante = tmp_m09_tab-variante x_variante = 'X' EXCEPTIONS OTHERS = 1. "#EC *

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.



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