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

RJJPRDH_INTERFACE_UPL_FILES SAP ABAP Report - IS-M/AM: Product Hierarchy (S&P): Import File







RJJPRDH_INTERFACE_UPL_FILES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The RJJPRDH_INTERFACE_UPL_FILES program loads the product hierarchy, which S&P provides as files, and saves this as master data in the system...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_INTERFACE_UPL_FILES 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_IF - IS-M/AM: Data Transfer (Prod.Hier.)


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_INTERFACE_UPL_FILES. "Basic submit
SUBMIT RJJPRDH_INTERFACE_UPL_FILES AND RETURN. "Return to original report after report execution complete
SUBMIT RJJPRDH_INTERFACE_UPL_FILES 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_FPRGRP = Product Groups (*GROUP*)
Selection Text: P_FPROD = Products (*VAR*)
Selection Text: P_FULL = All Records
Selection Text: P_FWB = Economic Sectors (*SUPER*)
Selection Text: P_FZFADA = Umbr.Brand <-> Fam. (*BRNCAT*)
Selection Text: P_FZPRFA = Groups <-> Families (*GROUPC*)
Selection Text: P_FZWBPR = Econ.Sect.<-> Groups (*SUPGR*)
Selection Text: P_HERK = Origin Indicator
Selection Text: P_LOG = Application Server
Selection Text: P_PRAES = Presentation Server
Selection Text: P_TEST = Test Run
Selection Text: P_TYPE = File Type
Selection Text: P_UPSTPH = Update Standard Product Hier.
Selection Text: P_WARN = Error Messages + Warnings
Selection Text: P_FPRFAM = Product Families (*CAT*)
Selection Text: P_FMARKE = Product <-> Agency (*MARKE1*)
Selection Text: P_FFIRM = Company Addresses (*MAN*)
Selection Text: P_FDACHP = Umbrella Brands (*BRN*)
Selection Text: P_FAG = Agency Addresses (*AGENTUR*)
Selection Text: P_ERR = Error Messages Only
Selection Text: P_DATAB = Valid From (Product)
Selection Text: P_COM = No. Records for DB Commit
Selection Text: P_AVNP = Place New Products in WL
Title: IS-M/AM: Product Hierarchy (S&P): Import File
Text Symbol: T13 = Umbrell.Prds
Text Symbol: T12 = Prodct Families
Text Symbol: T11 = Product Groups
Text Symbol: T10 = Economic Sectors
Text Symbol: T02 = Confirmation Prompt
Text Symbol: T14 = Products
Text Symbol: T15 = Products/External Business Partner Assgnmt
Text Symbol: T16 = New Products - Setting in the WL
Text Symbol: T17 = Product/External Agencies Assignment
Text Symbol: T18 = Changed Prod.Desc. - Setting in the WL
Text Symbol: T20 = ***TEST RUN***
Text Symbol: T21 = All records are listed
Text Symbol: T22 = Errors7warnings only are displayed
Text Symbol: T23 = Incorrect records only are listed





Text Symbol: T01 = Select File
Text Symbol: 030 = Really exit log?
Text Symbol: A01 = File: Economic Sectors
Text Symbol: B01 = General Settings
Text Symbol: B02 = Table to be Filled
Text Symbol: B03 = Definition of File Names
Text Symbol: E01 = ***ERROR Business field
Text Symbol: E02 = has not been recoded ***
Text Symbol: S01 = Economic Sectors
Text Symbol: S02 = Product Groups
Text Symbol: S03 = Product Families
Text Symbol: S04 = Umbrella Brands
Text Symbol: S05 = Products
Text Symbol: S09 = Products/EBP Assignment
Text Symbol: S10 = Products/ExtAgencies Assgnmt
Text Symbol: T41 = Standard product hierarchy modified
Text Symbol: T40 = Table: Products
Text Symbol: T31 = Output Quantity for Log:
Text Symbol: T30 = Log: IS-M/AM: Product Hierarchy: Data Transfer
Text Symbol: T25 = Table:


INCLUDES used within this REPORT RJJPRDH_INTERFACE_UPL_FILES

INCLUDE RJJPRDH_INTERFACE_UPLFILESTOP. "TOP- INCLUDE


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:

No SAP FUNCTION MODULES are executed within this report code!



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