SAP Reports / Programs | Real Estate Management | Rental | Sales-Based Settlement(RE-RT-SR) SAP RE

SAPMF60UN_FORMS_0100 SAP ABAP INCLUDE - SAPMF60UNFORMS0100







SAPMF60UN_FORMS_0100 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SAPMF60UN_FORMS_0100 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 SAPMF60UN_FORMS_0100. "Basic submit
SUBMIT SAPMF60UN_FORMS_0100 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMF60UN_FORMS_0100 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT SAPMF60UN_FORMS_0100

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:

SWU_OBJECT_REFRESH CALL FUNCTION 'SWU_OBJECT_REFRESH'.

RE_OBJECT_PUBLISH CALL FUNCTION 'RE_OBJECT_PUBLISH' EXPORTING I_KEY = ld_virekey EXCEPTIONS UNKNOWN_OBJECT_TYPE = 1 NAME_OF_KEY_NOT_VALID = 2 OBJECT_KEY_NOT_FOUND = 3 OTHERS = 4.

CHANGEDOCUMENTS_TO_OBJECT CALL FUNCTION 'CHANGEDOCUMENTS_TO_OBJECT' EXPORTING CALLMODUS = id_callmodus CURSOR_FIELD = ' ' KEYLENGTH = ld_con_key_vimi25 LISTTITLE = ld_listtitle OBJECTCLASS = ld_objectclass OBJECTID = ld_objectid OBJECTTITLE = ld_objecttitle EXCEPTIONS ERROR_IN_FUNCTION = 01 INVALID_FIELD = 02 NO_DOCUMENTS_SELECTED = 03 NO_DOCUMENTS_TO_FIELD = 04.

SWU_OBJECT_DISPATCH_SERVICE CALL FUNCTION 'SWU_OBJECT_DISPATCH_SERVICE' EXPORTING SERVICE = 'HC1E'.

NOTES_MAINTAIN CALL FUNCTION 'NOTES_MAINTAIN' EXPORTING APPLICATION = lc_application ENTITY = lc_entitaet FUNCTION = cd_note_function KEY = ls_note_key TITEL = TEXT-NOK EXCEPTIONS ILLEGAL_FUNCTION = 01 NOT_FOUND = 02.

NOTES_MAINTAIN CALL FUNCTION 'NOTES_MAINTAIN' EXPORTING APPLICATION = lc_application ENTITY = lc_entitaet FUNCTION = cd_note_function KEY = ls_note_key TITEL = TEXT-NOK EXCEPTIONS ILLEGAL_FUNCTION = 01 NOT_FOUND = 02.

SWU_OBJECT_DISPATCH_SERVICE CALL FUNCTION 'SWU_OBJECT_DISPATCH_SERVICE' EXPORTING SERVICE = 'HC12'.

FVZT_DYNP_DATE_SEND CALL FUNCTION 'FVZT_DYNP_DATE_SEND' EXPORTING APPLIKATION = ' ' DIALOG = id_dialog DOCNAME = id_docname MAILACTION = ld_zw_mailaction MAILACTIONTYP = ld_zw_mailactiontyp MAILTITLE = id_mailtitle OUTBOX = SPACE RECEIVER = SY-UNAME RECVDAT = SY-DATUM RECVTIM = SY-UZEIT SCRTEXT = id_textident SKIPSCR = ld_first_dynp_skip SUBANWENDUNG = ' ' TDID = id_textid TDOBJECT = id_textobject TABLES ACTPARA = lt_noteselc ACTPARB = lt_notesoop1 EXCEPTIONS INIT_TEXT = 01 MAIL_NOT_SEND = 02 NO_RECEIVER = 03 PARAMETER_ERROR = 04 RECEIVER_NOT_EXIST = 05 WRONG_TIME = 06.



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