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
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: %_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)
INCLUDE RHODAT00.
INCLUDE RHRDAT00.
INCLUDE RHOINI00.
INCLUDE RHRINI00.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.
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.
RHMULT00 - Create Multiple Object Copies RHMULT00 - Create Multiple Object Copies RHMTEXTD - Definition of Variables for Dynamic Menu Texts RHMOVTAB - Form Routines for Transferring Table Infotypes (RHMOVE*, RHALTD00) RHMOVE60 - Further Transport of Planning Objects RHMOVE60 - Further Transport of Planning Objects