SAP Reports / Programs | Advertising Management | SAP Media | Advertising Management(IS-M-AM) SAP IS

RJJPRDH_AUFBAU_AV_VKTAB SAP ABAP Report - IS-M/AM: Product Hierarchy (S&P): Create WL for Link Table







RJJPRDH_AUFBAU_AV_VKTAB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The RJJPRDH_AUFBAU_AV_VKTAB program makes entries in the "Link table" worklist in which external products (S&P) are assigned to IS-M business partners...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 RJJPRDH_AUFBAU_AV_VKTAB 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

JJPRDH_FA - IS-M/AM: Create WL for Link Table


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 RJJPRDH_AUFBAU_AV_VKTAB. "Basic submit
SUBMIT RJJPRDH_AUFBAU_AV_VKTAB AND RETURN. "Return to original report after report execution complete
SUBMIT RJJPRDH_AUFBAU_AV_VKTAB 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: S_PRODNR = Product
Selection Text: S_FGPNR = External BP Number
Selection Text: P_ZUDB = Assignment Table
Selection Text: P_VKDB = Link Table
Selection Text: P_TEST = Test Run
Selection Text: P_PRFGP = Advertisers
Selection Text: P_PRFAG = Agencies
Selection Text: P_LOGERR = Display Errors Only
Selection Text: P_LOGALL = Display All Records
Selection Text: P_HERK = Origin
Selection Text: P_ERSTL = Initial Run
Selection Text: P_BLOCK = Process Records in Each Block
Title: IS-M/AM: Product Hierarchy (S&P): Create WL for Link Table
Text Symbol: T03 = Incorrect records only displayed
Text Symbol: T02 = ***Test Run***
Text Symbol: T01 = Product Hierarchy: Create Worklist for Link Table
Text Symbol: B05 = Settings for the Log
Text Symbol: B04 = Restrict Records to be Processed
Text Symbol: B03 = Compare With:
Text Symbol: B02 = Source
Text Symbol: B01 = General Settings


INCLUDES used within this REPORT RJJPRDH_AUFBAU_AV_VKTAB

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:

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' * EXPORTING * I_LIST_TYPE = 0 IMPORTING ET_EVENTS = IT_ALV_EVENTS EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = GV_REPID * i_callback_pf_status_set = * i_callback_user_command = 'USER_COMMAND_ALV_01' I_STRUCTURE_NAME = 'RJJPRDH_ALV_ZUV' IS_LAYOUT = GV_ALV_LAYOUT * it_fieldcat = it_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' IT_EVENTS = IT_ALV_EVENTS * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = IT_LOG_PR EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = IT_ALV_TOP EXCEPTIONS OTHERS = 1.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'TX ' * doklangu = DOKNAME = PA_DOKNAME * DOKTITLE = ' ' * CALLED_BY_PROGRAM = ' ' * CALLED_BY_DYNP = ' ' * CALLED_FOR_TAB = ' ' * CALLED_FOR_FIELD = ' ' * CALLED_FOR_TAB_FLD_BTCH_INPUT = ' ' * MSG_VAR_1 = ' ' * MSG_VAR_2 = ' ' * MSG_VAR_3 = ' ' * MSG_VAR_4 = ' ' * CALLED_BY_CUAPROG = ' ' * CALLED_BY_CUASTAT = TABLES LINKS = L_LINKS EXCEPTIONS OBJECT_NOT_FOUND = 1 SAPSCRIPT_ERROR = 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 RJJPRDH_AUFBAU_AV_VKTAB or its description.