SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

FIDNFBRCDC SAP ABAP INCLUDE - Generation Consolidation R/3 4.6C, SEM-BCS 2.0B, Support Package 1








FIDNFBRCDC is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Check out the submitted Comments related to this SAP report or see any standard documentation available. Also check out 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 FIDNFBRCDC into the relevant SAP transactions such as SE38 or SE80

ABAP code to call this SAP report using the submit statement

SUBMIT FIDNFBRCDC. "Basic submit

SUBMIT FIDNFBRCDC AND RETURN. "Return to original report after report execution complete

SUBMIT FIDNFBRCDC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user

See more syntax options for the ABAP SUBMIT statement

Contribute (Add Comments)
Below is the basic information available for SAP report FIDNFBRCDC and is provided for your convenience to access as and when required. Although the 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 FIDNFBRCDC or its description.

INCLUDES used within this REPORT:

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:

SWE_REQUESTER_TO_UPDATE CALL FUNCTION 'SWE_REQUESTER_TO_UPDATE'.

NOTAFISCAL_WRITE_DOCUMENT CALL FUNCTION 'NOTAFISCAL_WRITE_DOCUMENT' IN UPDATE TASK EXPORTING OBJECTID = OBJECTID TCODE = TCODE UTIME = UTIME UDATE = UDATE USERNAME = USERNAME PLANNED_CHANGE_NUMBER = PLANNED_CHANGE_NUMBER OBJECT_CHANGE_INDICATOR = CDOC_UPD_OBJECT PLANNED_OR_REAL_CHANGES = CDOC_PLANNED_OR_REAL NO_CHANGE_POINTERS = CDOC_NO_CHANGE_POINTERS * updateflag of J_1BCTE_D_DOCREF UPD_J_1BCTE_D_DOCREF = UPD_J_1BCTE_D_DOCREF * updateflag of J_1BCTE_D_RES UPD_J_1BCTE_D_RES = UPD_J_1BCTE_D_RES * updateflag of J_1BNFADD_INFO UPD_J_1BNFADD_INFO = UPD_J_1BNFADD_INFO * updateflag of J_1BNFCPD UPD_J_1BNFCPD = UPD_J_1BNFCPD * workarea_old of J_1BNFDOC O_J_1BNFDOC = *J_1BNFDOC * workarea_new of J_1BNFDOC N_J_1BNFDOC = J_1BNFDOC * updateflag of J_1BNFDOC UPD_J_1BNFDOC = UPD_J_1BNFDOC * updateflag of J_1BNFFTX UPD_J_1BNFFTX = UPD_J_1BNFFTX * updateflag of J_1BNFFUEL UPD_J_1BNFFUEL = UPD_J_1BNFFUEL * updateflag of J_1BNFIMPORT_ADI UPD_J_1BNFIMPORT_ADI = UPD_J_1BNFIMPORT_ADI * updateflag of J_1BNFIMPORT_DI UPD_J_1BNFIMPORT_DI = UPD_J_1BNFIMPORT_DI * updateflag of J_1BNFLIN UPD_J_1BNFLIN = UPD_J_1BNFLIN * updateflag of J_1BNFNAD UPD_J_1BNFNAD = UPD_J_1BNFNAD * updateflag of J_1BNFPHARMACEUT UPD_J_1BNFPHARMACEUT = UPD_J_1BNFPHARMACEUT * updateflag of J_1BNFREF UPD_J_1BNFREF = UPD_J_1BNFREF * updateflag of J_1BNFREFPROC UPD_J_1BNFREFPROC = UPD_J_1BNFREFPROC * updateflag of J_1BNFSTX UPD_J_1BNFSTX = UPD_J_1BNFSTX * updateflag of J_1BNFSUGARDEDUC UPD_J_1BNFSUGARDEDUC = UPD_J_1BNFSUGARDEDUC * updateflag of J_1BNFSUGARSUPPL UPD_J_1BNFSUGARSUPPL = UPD_J_1BNFSUGARSUPPL * updateflag of J_1BNFTRADENOTES UPD_J_1BNFTRADENOTES = UPD_J_1BNFTRADENOTES * updateflag of J_1BNFTRAILER UPD_J_1BNFTRAILER = UPD_J_1BNFTRAILER * updateflag of J_1BNFTRANSVOL UPD_J_1BNFTRANSVOL = UPD_J_1BNFTRANSVOL * updateflag of J_1BNFVEHICLE UPD_J_1BNFVEHICLE = UPD_J_1BNFVEHICLE TABLES XJ_1BCTE_D_DOCREF = XJ_1BCTE_D_DOCREF YJ_1BCTE_D_DOCREF = YJ_1BCTE_D_DOCREF XJ_1BCTE_D_RES = XJ_1BCTE_D_RES YJ_1BCTE_D_RES = YJ_1BCTE_D_RES XJ_1BNFADD_INFO = XJ_1BNFADD_INFO YJ_1BNFADD_INFO = YJ_1BNFADD_INFO XJ_1BNFCPD = XJ_1BNFCPD YJ_1BNFCPD = YJ_1BNFCPD XJ_1BNFFTX = XJ_1BNFFTX YJ_1BNFFTX = YJ_1BNFFTX XJ_1BNFFUEL = XJ_1BNFFUEL YJ_1BNFFUEL = YJ_1BNFFUEL XJ_1BNFIMPORT_ADI = XJ_1BNFIMPORT_ADI YJ_1BNFIMPORT_ADI = YJ_1BNFIMPORT_ADI XJ_1BNFIMPORT_DI = XJ_1BNFIMPORT_DI YJ_1BNFIMPORT_DI = YJ_1BNFIMPORT_DI XJ_1BNFLIN = XJ_1BNFLIN YJ_1BNFLIN = YJ_1BNFLIN XJ_1BNFNAD = XJ_1BNFNAD YJ_1BNFNAD = YJ_1BNFNAD XJ_1BNFPHARMACEUT = XJ_1BNFPHARMACEUT YJ_1BNFPHARMACEUT = YJ_1BNFPHARMACEUT XJ_1BNFREF = XJ_1BNFREF YJ_1BNFREF = YJ_1BNFREF XJ_1BNFREFPROC = XJ_1BNFREFPROC YJ_1BNFREFPROC = YJ_1BNFREFPROC XJ_1BNFSTX = XJ_1BNFSTX YJ_1BNFSTX = YJ_1BNFSTX XJ_1BNFSUGARDEDUC = XJ_1BNFSUGARDEDUC YJ_1BNFSUGARDEDUC = YJ_1BNFSUGARDEDUC XJ_1BNFSUGARSUPPL = XJ_1BNFSUGARSUPPL YJ_1BNFSUGARSUPPL = YJ_1BNFSUGARSUPPL XJ_1BNFTRADENOTES = XJ_1BNFTRADENOTES YJ_1BNFTRADENOTES = YJ_1BNFTRADENOTES XJ_1BNFTRAILER = XJ_1BNFTRAILER YJ_1BNFTRAILER = YJ_1BNFTRAILER XJ_1BNFTRANSVOL = XJ_1BNFTRANSVOL YJ_1BNFTRANSVOL = YJ_1BNFTRANSVOL XJ_1BNFVEHICLE = XJ_1BNFVEHICLE YJ_1BNFVEHICLE = YJ_1BNFVEHICLE .