SAP Reports / Programs | Logistics - General | Logistics Basic Data | Vendor Master(LO-MD-BP-VM) SAP LO

RMCHACTB SAP ABAP Report - Mass Activation of Planned Changes for Vendor







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MKH4 - Activate vendors (batch input)


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 RMCHACTB. "Basic submit
SUBMIT RMCHACTB AND RETURN. "Return to original report after report execution complete
SUBMIT RMCHACTB 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: 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 =


INCLUDES used within this REPORT RMCHACTB

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:

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.



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