RESMAC00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report can be called from various transactions in the IMG...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 RESMAC00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EQ62 - Srch Help for Guarantor Cntrct (IMG)
EQ61 - Srch Help for BP for Cont.Loc. (IMG)
EQ60 - Search Help for Cont. Location (IMG)
EQ59 - Search Help for Routes (IMG)
EQ58 - Search Help for Surfaces (IMG)
EQ57 - Search Help for Cleaning Obj. (IMG)
EQ56 - Search Help for Disconn. Docs (IMG)
EQ55 - Search Help for Move-Out Docs (IMG)
EQ54 - Search Help for Move-In Docs (IMG)
EQ53 - Search Help for Billing Docs (IMG)
EQ52 - Search Help for BB Plans (IMG)
EQ30 - Search Help for Parameter Recs (IMG)
EQ31 - Search Help for Portions (IMG)
EQ32 - Search Help for MR Units (IMG)
EQ33 - Search Help for Contracts (IMG)
EQ34 - Search Help for Conn. Objects (IMG)
EQ35 - Search Help for Premises (IMG)
EQ36 - Search Help for Installations (IMG)
EQ37 - Search Help for Device Locs (IMG)
EQ38 - Search Help for Register Grps (IMG)
EQ39 - Search Help for I/O Groups (IMG)
EQ40 - Search Help for Command Groups (IMG)
EQ42 - Search Help for Winding Groups (IMG)
EQ43 - Search Help for Device Categs (IMG)
EQ44 - Search Help for Devices (IMG)
EQ45 - Search Help for Lots (IMG)
EQ46 - Search Help for Rates (IMG)
EQ47 - Search Help for Schemas (IMG)
EQ48 - Search Help for Rate Categs (IMG)
EQ49 - Search Help for Discs/Surchgs (IMG)
EQ50 - Search Help for Franchise Cont.(IMG)
EQ51 - Search Help for Print Docs (IMG)
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.
Title: Search Help Maintenance from IMG for IS-U
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_DD_SHLP_EDIT CALL FUNCTION 'RS_DD_SHLP_EDIT' EXPORTING OBJNAME = P_OBJECT * EDIT_MODE = 'E' * POPUP = ' ' * WITH_NEXT = ' ' * LOCAL = ' ' * IMPORTING * FCODE = EXCEPTIONS OBJECT_NOT_FOUND = 1 OBJECT_NOT_SPECIFIED = 2 PERMISSION_FAILURE = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RESMAC00 - Search Help Maintenance from IMG for IS-U RESMAC00 - Search Help Maintenance from IMG for IS-U RESLSTOP - documentation and ABAP source code RESLOVE_FIASSNTOP - Include RESLOVE_FIASSNTOP RESINVTOP - documentation and ABAP source code RESH_TST_AUT_CALL_TESTCONSOLE - Program RESH_TST_AUT_CALL_TESTCONSOLE