FMCA_PSOB_PCHDOC_ACT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report for activating planned change documents for contract objects in
If you would like to execute this report or see the full code listing simply enter FMCA_PSOB_PCHDOC_ACT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PSOBPCDACT - Activate Planned Changes
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.
Selection Text: P_EEXCL = No incorrect scheduled data
Selection Text: P_OBJAP = Application object
Title: Contract Object: Activate Scheduled Changes
Text Symbol: 008 = &1 &2 changed
Text Symbol: 009 = &1 &2 created
Text Symbol: 010 = No changes made for &1 &2
Text Symbol: 011 = &1 &2 : Error during activation
Text Symbol: 001 = Activation of scheduled changes to business partners
Text Symbol: 002 = No scheduled changes found
Text Symbol: 003 = Business partner &1 created in role &2
Text Symbol: 004 = Business partner & changed
Text Symbol: 005 = No changes made for business partner &
Text Symbol: 006 = Error when activating partner &
Text Symbol: 007 = Application object
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FMCA_PSOB_PCHDOC_ACT - Contract Object: Activate Scheduled Changes FMCA_PSOB_PCHDOC_ACT - Contract Object: Activate Scheduled Changes FMCA_PSOB_DELETE - Delete Contract Objects FMCA_PSOB_DELETE - Delete Contract Objects FMCA_PSOB_CHDOC_START - Contract Object: Display Change Document List FMCA_PSOB_CHDOC_START - Contract Object: Display Change Document List