SAP Reports / Programs

HCNUSAC_TSP SAP ABAP Report - Report Format Transport







HCNUSAC_TSP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to import and export the dynamic report formats...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 HCNUSAC_TSP 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

PC00_M28_SASAC_TSP - Report Format Transport


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 HCNUSAC_TSP. "Basic submit
SUBMIT HCNUSAC_TSP AND RETURN. "Return to original report after report execution complete
SUBMIT HCNUSAC_TSP 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: F_NAME = File name
Selection Text: F_UNAME = User Name
Selection Text: RB_EXP = Export
Selection Text: RB_IMP = Import
Selection Text: S_RPT = D .
Title: Report Format Transport
Text Symbol: 001 = Transport Type
Text Symbol: 002 = Dynamic Reports
Text Symbol: 003 = File Name
Text Symbol: 004 = Export
Text Symbol: 005 = Import
Text Symbol: 008 = Choose the reports you want to overwrite
Text Symbol: 009 = Do you want to overwrite the existed report
Text Symbol: 010 = Yes
Text Symbol: 011 = No
Text Symbol: 012 = Overwrite
Text Symbol: 013 = Choose the determining factor you want to overwrite
Text Symbol: 014 = Choose the formula ID you want to overwrite
Text Symbol: 015 = User authorization


INCLUDES used within this REPORT HCNUSAC_TSP

INCLUDE HCNUSAC_TSP_DATADEF.
INCLUDE HCNUSAC_TSP_SELSCR.
INCLUDE HCNUSAC_TSP_FORMS.
INCLUDE HCNUSAC_TSP_PBO.
INCLUDE HCNUSAC_TSP_PAI.
INCLUDE HCNUSAC_TSP_MAINPROC.


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