SAP Reports / Programs

FICUPL20 SAP ABAP Report - Flexible Upload: Hierarchies of Custom Characteristics







FICUPL20 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter FICUPL20 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 FICUPL20. "Basic submit
SUBMIT FICUPL20 AND RETURN. "Return to original report after report execution complete
SUBMIT FICUPL20 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: SO_BUNIT = D Consolidation unit
Selection Text: PA_UPCAT = D Upload category
Selection Text: PA_TEST = D Test Run
Selection Text: PA_RYEAR = D Fiscal year
Selection Text: PA_RVERS = D Version
Selection Text: PA_RLDNR = D Ledger
Selection Text: PA_PROTZ = D Statistical information
Selection Text: PA_PROTY = D Data records with errors
Selection Text: PA_PROT = D Detailed log
Selection Text: PA_PRES = D Presentation server
Selection Text: PA_PERID = D Period
Selection Text: PA_METH = D Upload method
Selection Text: PA_LORIG = D Original list
Selection Text: PA_ITCLG = D Cons chart of accounts
Selection Text: PA_FORM = D File format
Selection Text: PA_FILE = D Physical file name
Selection Text: PA_DIMEN = D Dimension
Selection Text: PA_CONGR = D Consolidation group
Selection Text: PA_APPL = D Application server
Title: Flexible Upload: Hierarchies of Custom Characteristics
Text Symbol: PIA = Testing writing of document ...
Text Symbol: PI9 = Preparing list output ...
Text Symbol: PI8 = Updating Customizing request ...
Text Symbol: PI7 = Updating status (data monitor) ...
Text Symbol: PI6 = Writing documents ...
Text Symbol: PI5 = Writing data records ...
Text Symbol: PI4 = Creating documents ...
Text Symbol: PI3 = Checking data records ...
Text Symbol: PI2 = Interpreting data records ...
Text Symbol: PI1 = Reading file ...
Text Symbol: LH2 = Messages
Text Symbol: LH1 = Line items
Text Symbol: LF4 = Periodic
Text Symbol: LF3 = Cumulative
Text Symbol: LF2 = Input type
Text Symbol: LF1 = Upload
Text Symbol: B05 = Characteristic
Text Symbol: B04 = Log





Text Symbol: B03 = Technical settings
Text Symbol: B02 = File
Text Symbol: B01 = General selections
Text Symbol: PIB = Testing writing of data records ...


INCLUDES used within this REPORT FICUPL20

AVWRTCXM,
FICLPF00,
FICUPL_CON,
FICUPL_TYP,
FICUPL_FORM,
FICUPL_LCL_FIELD_PROPERTIES,
FICUPL_LCL_FIELD_INFO,
FICUPL_LCL_UPCAT,
FICUPL_LCL_UPMETH,
FICUPL_LCL_FILE,
FICUPL_LCL_UPLOAD,
FICUPL_LCL_UPLOAD_13.
INCLUDE FICUPL9S.


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:

FC_FIELD_PROPERTIES call function 'FC_FIELD_PROPERTIES' importing it_fprop = lt_fprop.

WS_FILENAME_GET call function 'WS_FILENAME_GET' exporting def_filename = ' ' def_path = ' ' mask = ',*.*,*.*.'



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