SAP Reports / Programs | Public Sector Contract Accounts Receivable and Payable | Public Sector Contract Accounts Receivable and Payable | Public Sector Contract Accounts Receivable and Payable(IS-PS-CA) SAP IS

FMCA_PSOB_TREE_STARTF02 SAP ABAP INCLUDE - Include FMCA_PSOB_TREE_STARTF02







FMCA_PSOB_TREE_STARTF02 is a standard ABAP INCLUDE 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 FMCA_PSOB_TREE_STARTF02 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 FMCA_PSOB_TREE_STARTF02. "Basic submit
SUBMIT FMCA_PSOB_TREE_STARTF02 AND RETURN. "Return to original report after report execution complete
SUBMIT FMCA_PSOB_TREE_STARTF02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include FMCA_PSOB_TREE_STARTF02


INCLUDES used within this REPORT FMCA_PSOB_TREE_STARTF02

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:

BDT_CLASS_INIT CALL FUNCTION 'BDT_CLASS_INIT'.

BDT_INSTANCE_CREATE CALL FUNCTION 'BDT_INSTANCE_CREATE' EXPORTING IV_OBJAP = GC_BDT_PSOB IV_MESSAGE_MODE = GV_MESSAGE_MODE IMPORTING EV_HANDLE = GV_HANDLE EV_MESSAGE_SEVERITY = LV_MAX_MSG TABLES ET_MESSAGE = LT_MESSAGE EXCEPTIONS PRIMARY_INSTANCE_NOT_FOUND = 1 NO_OBJAP_EXPECTED = 2.

FMCA_DPSOB_READ CALL FUNCTION 'FMCA_DPSOB_READ' EXPORTING I_PSOBKEY = P_PSOBKEY I_VALDT = BUS_ISTAT-VALDT I_BYPASS_BUFFER = SPACE IMPORTING E_DPSOB = LV_DPSOB EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

FMCA_ROLES_FROM_TYPE_DETERMINE CALL FUNCTION 'FMCA_ROLES_FROM_TYPE_DETERMINE' EXPORTING I_PSOBTYP = P_PSOBTYP IMPORTING E_RLTP1 = P_RLTP1 E_RLTP2 = P_RLTP2 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

PAAC_DEFAULT_DATA_SET CALL FUNCTION 'PAAC_DEFAULT_DATA_SET' EXPORTING I_AKTYP = GV_AKTYP I_SHOW_OBSOLETE = GV_XOBSL IMPORTING E_H3_DATA_COMPLETE = GV_H3_DATA_COMPLETE CHANGING C_PARAMS = GV_PARAMS_CALLED C_DPSOB_BP_ACC = GV_DPSOB_BP_ACC_CALLED.

PAAC_PSOB_EVENT_FCODE CALL FUNCTION 'PAAC_PSOB_EVENT_FCODE' EXPORTING I_FCODE = GC_FCODE_INSERTREL I_CRSFIELD = SPACE I_CRSLINE = SPACE.

BUS_TBZ0S_SELECT_WITH_RLTYP CALL FUNCTION 'BUS_TBZ0S_SELECT_WITH_RLTYP' EXPORTING I_OBJAP = GC_BDT_PSOB I_RLTYP = P_RLTP TABLES T_TBZ0S = LT_TBZ0S EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

BUP_PARTNER_DESCRIPTION_GET CALL FUNCTION 'BUP_PARTNER_DESCRIPTION_GET' EXPORTING I_PARTNER = P_PARTNER I_XMEMORY = TRUE I_XWA = TRUE I_VALDT = P_VALDT IMPORTING E_DESCRIPTION = P_TEXT EXCEPTIONS PARTNER_NOT_FOUND = 1 WRONG_PARAMETERS = 2 OTHERS = 3.

FMCA_PSOB_NUMBER_CHECK CALL FUNCTION 'FMCA_PSOB_NUMBER_CHECK' EXPORTING I_PSOBKEY = SPSOB001FLDS-PSOBKEY I_PSOBTYP = SPSOB001FLDS-PSOBTYP EXCEPTIONS NO_NUMBER_ALLOWED = 1 NUMBER_REQUIRED = 2 NUMBER_RANGE_EXCESS = 3 OBJECT_TYPE_MISMATCH = 4 OBJECT_EXISTS = 5 ERROR_OCCURED = 6 OTHERS = 7.

FMCA_TPSOB_DEF_READ CALL FUNCTION 'FMCA_TPSOB_DEF_READ' EXPORTING I_PSOBTYP = SPSOB001FLDS-PSOBTYP I_BYPASS_BUFFER = SPACE EXCEPTIONS NOT_FOUND = 1 INVALID_INPUT = 2 OTHERS = 3.



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