RMCHACTB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report program RMCHACTB, like report program RMCHACTK, is used to activate planned changes in the vendor master...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and 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 RMCHACTB into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MKH4 - Activate vendors (batch input)
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: GROUP = Session name
Selection Text: HOLDDATE = Block date
Selection Text: KEEP = Keep session
Selection Text: KEY_DATE = Key date for activation
Selection Text: LIFRANGE = Vendor(s)
Selection Text: USER = User
Title: Mass Activation of Planned Changes for Vendor
Text Symbol: 001 = Batch input session
Text Symbol: 002 = Planned changes
Text Symbol: I00 = Generate batch input session
Text Symbol: I01 = Session name
Text Symbol: I02 = Open session
Text Symbol: I03 = Insert transaction
Text Symbol: I04 = Close session
Text Symbol: I05 = Rtrn code =
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = TCODE TABLES DYNPROTAB = FT EXCEPTIONS INTERNAL_ERROR = 1 NOT_OPEN = 2 QUEUE_ERROR = 3 TCODE_INVALID = 4 PRINTING_INVALID = 5 POSTING_INVALID = 6 OTHERS = 7.
BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = GROUP HOLDDATE = HOLDDATE KEEP = KEEP USER = USER EXCEPTIONS CLIENT_INVALID = 1 DESTINATION_INVALID = 2 GROUP_INVALID = 3 GROUP_IS_LOCKED = 4 HOLDDATE_INVALID = 5 INTERNAL_ERROR = 6 QUEUE_ERROR = 7 RUNNING = 8 SYSTEM_LOCK_ERROR = 9 USER_INVALID = 10 OTHERS = 11.
BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS NOT_OPEN = 1 QUEUE_ERROR = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCHACTB - Mass Activation of Planned Changes for Vendor RMCHACTB - Mass Activation of Planned Changes for Vendor RMCFXP02 - XPRA for creation of entries in control tables for S026 to S029 RMCFXP02 - XPRA for creation of entries in control tables for S026 to S029 RMCFXP01 - XPRA to Convert Table MCKALKV into Table MCKALKW RMCFXP01 - XPRA to Convert Table MCKALKV into Table MCKALKW