SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

RHMULT00 SAP ABAP Report - Create Multiple Object Copies







RHMULT00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RHMULT00 creates a number of target objects (default value object type S for position) copied from source objects (default value object type C for job)...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 RHMULT00 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 RHMULT00. "Basic submit
SUBMIT RHMULT00 AND RETURN. "Return to original report after report execution complete
SUBMIT RHMULT00 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: %_END053 = ?...(%_END053)
Selection Text: %_END056 = ?...(%_END056)
Selection Text: %_OBG013 = ?...(%_OBG013)
Selection Text: %_PAT006 = ?...(%_PAT006)
Selection Text: %_POS009 = ?...(%_POS009)
Selection Text: %_POS016 = ?...(%_POS016)
Selection Text: %_POS019 = ?...(%_POS019)
Selection Text: %_POS027 = ?...(%_POS027)
Selection Text: %_SKP057 = ?...(%_SKP057)
Selection Text: %_VAL008 = ?...(%_VAL008)
Selection Text: %_ZTR018 = ?...(%_ZTR018)
Selection Text: DESTOBID = Target object ID
Selection Text: DESTTYPE = Target object type
Selection Text: INDEXNAM = ?...(INDEXNAM)
Selection Text: INDEXTYP = ?...(INDEXTYP)
Selection Text: NUMBER = Number of target objects
Selection Text: PCHBEGDA = ?...(PCHBEGDA)
Selection Text: PCHDYMOD = ?...(PCHDYMOD)
Selection Text: PCHENDDA = ?...(PCHENDDA)
Selection Text: PCHISTAT = ?...(PCHISTAT)
Selection Text: PCHOBEG = ?...(PCHOBEG)
Selection Text: PCHOBJID = ?...(PCHOBJID)
Selection Text: PCHOEND = ?...(PCHOEND)
Selection Text: PCHOSTAT = ?...(PCHOSTAT)
Selection Text: PCHOTYPE = ?...(PCHOTYPE)
Selection Text: PCHPLVAR = ?...(PCHPLVAR)
Selection Text: PCHSEARK = ?...(PCHSEARK)
Selection Text: PCHTIMED = ?...(PCHTIMED)
Selection Text: PROTOKOL = Create log
Selection Text: RELAT = Relationship
Selection Text: RSIGN = Relationship type
Selection Text: SKIP = Skip if object exists
Selection Text: TEST = Test
Selection Text: %_BEG005 = ?...(%_BEG005)
Selection Text: %_BEG012 = ?...(%_BEG012)
Selection Text: %_BEG023 = ?...(%_BEG023)
Selection Text: %_BEG024 = ?...(%_BEG024)
Selection Text: %_BEG031 = ?...(%_BEG031)





Selection Text: %_BEG034 = ?...(%_BEG034)
Selection Text: %_BEG039 = ?...(%_BEG039)
Selection Text: %_BEG044 = ?...(%_BEG044)
Selection Text: %_BEG049 = ?...(%_BEG049)
Selection Text: %_BEG054 = ?...(%_BEG054)
Selection Text: %_BIS015 = ?...(%_BIS015)
Selection Text: %_BIS026 = ?...(%_BIS026)
Selection Text: %_END011 = ?...(%_END011)
Selection Text: %_END021 = ?...(%_END021)
Selection Text: %_END029 = ?...(%_END029)
Selection Text: %_END033 = ?...(%_END033)
Selection Text: %_END038 = ?...(%_END038)
Selection Text: %_END043 = ?...(%_END043)
Selection Text: %_END048 = ?...(%_END048)
Title: Create Multiple Object Copies
Text Symbol: 000 = T E S T R U N
Text Symbol: 001 = Plan vers.
Text Symbol: 002 = Object
Text Symbol: 003 = Infty Subty S P
Text Symbol: 004 = Validity (from - to)
Text Symbol: 005 = Var.data
Text Symbol: APV = Objects and relationships created:
Text Symbol: AVO = Create Multi Obj.Copies
Text Symbol: BEP = Existing objects:
Text Symbol: EX1 = Some object IDs were already in use and therefore could not be
Text Symbol: EX2 = assigned.
Text Symbol: OHG = Objects created.
Text Symbol: SHG = Records created.


INCLUDES used within this REPORT RHMULT00

INCLUDE RHODAT00.
INCLUDE RHRDAT00.
INCLUDE RHOINI00.
INCLUDE RHRINI00.


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:

RH_GET_NEXT_NUMBER CALL FUNCTION 'RH_GET_NEXT_NUMBER' EXPORTING * EXT_NUMBER = SPACE "YCLA002649 EXT_NUMBER = SAVEOBID "YCLA002649 OTYPE = DESTTYPE PLVAR = PCHPLVAR TEST_MODE = TEST "RW20K062027 IMPORTING * NUMBER = DESTOBIDS. "YCLA002649

RH_GET_NEXT_NUMBER CALL FUNCTION 'RH_GET_NEXT_NUMBER' EXPORTING EXT_NUMBER = SAVEOBID OTYPE = DESTTYPE PLVAR = PCHPLVAR IMPORTING NUMBER = SAVEOBID.

RH_GET_NEXT_NUMBER





CALL FUNCTION 'RH_GET_NEXT_NUMBER' EXPORTING EXT_NUMBER = SAVEOBID OTYPE = DESTTYPE PLVAR = PCHPLVAR IMPORTING NUMBER = SAVEOBID.

RH_GET_NEXT_NUMBER CALL FUNCTION 'RH_GET_NEXT_NUMBER' EXPORTING EXT_NUMBER = SAVEOBID OTYPE = DESTTYPE PLVAR = PCHPLVAR IMPORTING NUMBER = SAVEOBID.



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