SAP Reports / Programs

SAPMA06C SAP ABAP dialog Program - FI-AA: Asset History Sheet Customizing (Step Loop Method)







SAPMA06C is a standard Module pool for a dialog screen ABAP Program 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 SAPMA06C 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

OA80 - C AM Maint. Asset.Hist.Sheet Defin.
OA79 - C AM Maintain Ast.Hist.Sheet Defin.


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 SAPMA06C. "Basic submit
SUBMIT SAPMA06C AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMA06C VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


&0...................
Title: FI-AA: Asset History Sheet Customizing (Step Loop Method)
Text Symbol: 114 = Asset history sheet version & is not complete
Text Symbol: 113 = Asset history sheet version & is complete
Text Symbol: 112 = 6B ;
Text Symbol: 111 = Upl;
Text Symbol: 110 = Spe;
Text Symbol: 109 = Ord;
Text Symbol: 108 = Tra;
Text Symbol: 107 = Hst.shtGrp;
Text Symbol: 106 = TTy group ;
Text Symbol: 105 = TTy ;
Text Symbol: 104 = Hst.sht.version;
Text Symbol: 103 = Hist.sht.item ;
Text Symbol: 102 = Co
Text Symbol: 101 = Li;
Text Symbol: 100 = Hist. sheet grp.;
Text Symbol: 007 = Terminate maintenance of the history sheet?
Text Symbol: 006 = Data will be lost!
Text Symbol: 005 = Delete asset history sheet version
Text Symbol: 004 = history sheet version?
Text Symbol: 003 = Do you want to delete the asset
Text Symbol: 002 = history sheet version?
Text Symbol: 001 = Do you want to save the asset


INCLUDES used within this REPORT SAPMA06C

INCLUDE LACUTRSP.
INCLUDE MENURETN.
INCLUDE MA06CF02.
INCLUDE LACUTF99.


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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'RA06C' LFIELDNAME = ld_fieldname LANGU = SY-LANGU ALL_TYPES = 'X' IMPORTING DFIES_WA = DFIES EXCEPTIONS OTHERS = 4.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-001 TEXTLINE2 = HLP_TEXT2 TITEL = TEXT-000 IMPORTING ANSWER = HLP_ANTWO.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-006 TEXTLINE2 = TEXT-007 TITEL = TEXT-000 IMPORTING ANSWER = HLP_ANTWO.

AM_ACOBJ CALL FUNCTION 'AM_ACOBJ' EXPORTING I_OBJECT = 'AM10' EXCEPTIONS CANCELLED = 1.

TR_TASK_OVERVIEW CALL FUNCTION 'TR_TASK_OVERVIEW' EXPORTING IV_USERNAME = SY-UNAME IV_CATEGORY = 'CUST' IV_CLIENT = SY-MANDT.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-003 TEXTLINE2 = HLP_TEXT2 TITEL = TEXT-005 IMPORTING ANSWER = HLP_ANTWO.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-001 TEXTLINE2 = HLP_TEXT2 TITEL = TEXT-000 IMPORTING ANSWER = HLP_ANTWO.

TABWP_UPDATE CALL FUNCTION 'TABWP_UPDATE' TABLES * Alte Version aus TABWP loeschen.

TABWO_UPDATE CALL FUNCTION 'TABWO_UPDATE' TABLES * Alte Version aus TABWO loeschen.

TABWN_UPDATE CALL FUNCTION 'TABWN_UPDATE' TABLES * Alte Version aus TABWN loeschen.

TABWM_UPDATE CALL FUNCTION 'TABWM_UPDATE' TABLES * Alte Version aus TABWM loeschen.

TABWO_UPDATE CALL FUNCTION 'TABWO_UPDATE' TABLES * Alte Version aus TABWO loeschen.

TABWN_UPDATE CALL FUNCTION 'TABWN_UPDATE' TABLES * Alte Version aus TABWN loeschen.

TABWM_UPDATE CALL FUNCTION 'TABWM_UPDATE' TABLES * Alte Version aus TABWM loeschen.

TABWP_UPDATE CALL FUNCTION 'TABWP_UPDATE' TABLES * Alte Version aus TABWP loeschen.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = ENQ_TABNAME VARKEY = L_VARK EXCEPTIONS FOREIGN_LOCK = 1.



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