SAP Reports / Programs | Financials | Financials Basis | Services(FIN-FB-SRV) SAP FIN

FINB_CONTENT_REGISTER SAP ABAP Report - Program FINB_CONTENT_REGISTER







FINB_CONTENT_REGISTER 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 FINB_CONTENT_REGISTER 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 FINB_CONTENT_REGISTER. "Basic submit
SUBMIT FINB_CONTENT_REGISTER AND RETURN. "Return to original report after report execution complete
SUBMIT FINB_CONTENT_REGISTER 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: CIDTEXT = Text
Selection Text: CNTHEAD = Content Header
Selection Text: COMPDEQ = Check-In
Selection Text: COMPDEQA = Check-In All
Selection Text: COMPENQ = Check-Out
Selection Text: COMPONCF = Configurable Component
Selection Text: CONTDEL = Delete
Selection Text: CONTHEAD = Content Header
Selection Text: CONTREG = Import
Selection Text: CPDELETE = Delete Component
Selection Text: CPMAINTN = Maintain
Selection Text: IDDELETE = Delete Content ID
Selection Text: IDMAINTN = Maintain
Selection Text: ORIGNAME = Name of Original
Selection Text: REPID = Name of Subroutine Pool
Selection Text: S2SAVE = Save Locally
Selection Text: S2SHOW = Display
Selection Text: SETREPID = Enter Subroutine Pool
Selection Text: ASPECTAS = D .
Selection Text: ASP_TYPE = D .
Selection Text: COMPONAS = D .
Selection Text: CONTNTI2 = D .
Selection Text: CONTNTID = D .
Selection Text: S_COMPON = D .
Selection Text: T2COMP = D .
Selection Text: TABLETYP = D .
Selection Text: TID = D .
Selection Text: CALLBACK = Name of Callback Class
Selection Text: BUFFERRQ = Buffer Active Configuration
Selection Text: ASMAINTN = Maintain Aspect Info
Selection Text: ASDELETE = Delete Aspect Info
Title: Program FINB_CONTENT_REGISTER
Text Symbol: 001 = Register Content
Text Symbol: 004 = Display or Store Locally
Text Symbol: 009 = Maintain Content ID
Text Symbol: 010 = Maintain Component
Text Symbol: 011 = Maintain
Text Symbol: 012 = MaintainAspects





Text Symbol: 020 = Reserved Namespace Prefix
Text Symbol: 021 = Components
Text Symbol: 022 = Aspects
Text Symbol: 023 = Dependencies to Components:
Text Symbol: 024 = Legend
Text Symbol: 025 = Dependencies to Content IDs
Text Symbol: 026 = Color
Text Symbol: 027 = Description
Text Symbol: 028 = Key or Non-Changeable Field
Text Symbol: 029 = Changeable Field
Text Symbol: 030 = Column Constraint for Key Field
Text Symbol: 031 = Column Constraint for Non-Key Field
Text Symbol: 032 = Generation Rule (Template) for Key or Non-Changeable Field
Text Symbol: 033 = Generation Rule (Template) for Non-Key Field
Text Symbol: 034 = Component
Text Symbol: 035 = Aspects


INCLUDES used within this REPORT FINB_CONTENT_REGISTER

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:

FINB_CONFIG_SHOW call function 'FINB_CONFIG_SHOW' exporting i_html = l_html exceptions no_well_formed_html = 1 others = 2.

DB_COMMIT call function 'DB_COMMIT' .

DB_COMMIT call function 'DB_COMMIT' .

DB_COMMIT call function 'DB_COMMIT' .

DB_COMMIT call function 'DB_COMMIT' .

DB_COMMIT call function 'DB_COMMIT' .

DB_COMMIT call function 'DB_COMMIT' .



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