SAP Reports / Programs

PCATALOG SAP ABAP Report - Input Files for the Jav Applet from the IAC Availablity Information







PCATALOG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates files containing availablilty information for the Internet Application Component (IAC)...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 PCATALOG 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 PCATALOG. "Basic submit
SUBMIT PCATALOG AND RETURN. "Return to original report after report execution complete
SUBMIT PCATALOG 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: ADVMED = Advertizing material
Selection Text: HY_FILE = File for product area
Selection Text: LANGU = Language
Selection Text: MAT_FILE = File for products
Selection Text: PRODCAT = Product catalog
Selection Text: R_TEXT = Short texts
Selection Text: R_TITLE = Headers from catalog
Selection Text: UNI_FILE = Measurement units file
Selection Text: VARIANT = Variant
Title: Input Files for the Jav Applet from the IAC Availablity Information
Text Symbol: E01 = Advertizing material read error
Text Symbol: E02 = Variant
Text Symbol: E03 = Layout area
Text Symbol: E04 = Item
Text Symbol: E05 = in language
Text Symbol: E06 = missing
Text Symbol: E07 = Text
Text Symbol: E08 = Unit of measure
Text Symbol: O01 = File created:


INCLUDES used within this REPORT PCATALOG

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:

BAPI_ADV_MED_GET_LAYOUT CALL FUNCTION 'BAPI_ADV_MED_GET_LAYOUT' EXPORTING CATALOG = PRODCAT VARIANT = VARIANT WITH_ITEMS = 'X' * WITH_PRICES = ' ' IMPORTING RETURN = RETURN TABLES LANGUAGES = T_DUMMY_LANG CURRENCIES = T_DUMMY_CURRY AREAS = T_LAY_AREA ITEMS = T_LAY_ITEM TEXTS = T_LAY_ITEM_TXT.

WS_DOWNLOAD *CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING ** BIN_FILESIZE = ' ' ** CODEPAGE = ' ' * FILENAME = HY_FILE ** FILETYPE = ' ' ** MODE = ' ' ** WK1_N_FORMAT = ' ' ** WK1_N_SIZE = ' ' ** WK1_T_FORMAT = ' ' ** WK1_T_SIZE = ' ' ** COL_SELECT = ' ' ** COL_SELECTMASK = ' ' ** importing ** filelength = * TABLES * DATA_TAB = T_FILE.

WS_DOWNLOAD *CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING ** BIN_FILESIZE = ' ' ** CODEPAGE = ' ' * FILENAME = MAT_FILE ** FILETYPE = ' ' ** MODE = ' ' ** WK1_N_FORMAT = ' ' ** WK1_N_SIZE = ' ' ** WK1_T_FORMAT = ' ' ** WK1_T_SIZE = ' ' ** COL_SELECT = ' ' ** COL_SELECTMASK = ' ' ** importing ** filelength = * TABLES * DATA_TAB = T_FILE.



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