SAP Reports / Programs

PLM_MOBILE_DEFECTS_PERS SAP ABAP Report - Settings for Mobile Defects Recording







PLM_MOBILE_DEFECTS_PERS is a standard Executable ABAP Report 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 PLM_MOBILE_DEFECTS_PERS 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 PLM_MOBILE_DEFECTS_PERS. "Basic submit
SUBMIT PLM_MOBILE_DEFECTS_PERS AND RETURN. "Return to original report after report execution complete
SUBMIT PLM_MOBILE_DEFECTS_PERS 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: P_CODE1 = D Problem Code
Selection Text: P_CODE2 = D Problem Code
Selection Text: P_CODE3 = D Problem Code
Selection Text: P_CODE4 = D Problem Code
Selection Text: P_CODE5 = D Problem Code
Selection Text: P_GROUP1 = D Problem
Selection Text: P_GROUP2 = D Problem
Selection Text: P_GROUP3 = D Problem
Selection Text: P_GROUP4 = D Problem
Selection Text: P_GROUP5 = D Problem
Selection Text: P_MAXNUM = D Number of Items
Selection Text: P_QMART = D Notification Type
Selection Text: P_RPTTYP = D Catalog Profile
Title: Settings for Mobile Defects Recording
Text Symbol: TIM = Times
Text Symbol: P51 = Expand Time Fields
Text Symbol: P50 = Collapse Time Fields
Text Symbol: P41 = Expand Vendor Fields
Text Symbol: P40 = Collapse Vendor Fields
Text Symbol: P31 = Expand Customer Fields
Text Symbol: P30 = Collapse Customer Fields
Text Symbol: P21 = Expand General Fields
Text Symbol: P20 = Collapse General Fields
Text Symbol: GNR = General
Text Symbol: CUS = Customer
Text Symbol: 00C = Selection of Additional Entry Fields
Text Symbol: 00B = Item Data
Text Symbol: 00A = Header Data
Text Symbol: VEN = Vendor


INCLUDES used within this REPORT PLM_MOBILE_DEFECTS_PERS

INCLUDE PLM_MOBILE_NOTIF_PERS_TOP.
INCLUDE PLM_MOBILE_DEFECTS_PERS_SEL.
INCLUDE PLM_MOBILE_DEFECTS_PERS_F01.
INCLUDE PLM_MOBILE_NOTIF_PERS_F00.
INCLUDE PLM_MOBILE_NOTIF_PERS_HELP.


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:

POPUP_TO_CONFIRM_LOSS_OF_DATA * call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' * exporting * textline1 = 'Möchten Sie die Personalisierung' * TEXTLINE2 = 'wirklich verlassen?' * titel = 'Abbrechen' ** START_COLUMN = 25 ** START_ROW = 6 ** DEFAULTOPTION = 'N' * IMPORTING * ANSWER = g_answer.

POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting ** DEFAULTOPTION = 'Y' * textline1 = 'Verlassen der Wertepflege:' ** TEXTLINE2 = 'Sollen die Werte gesichert werden?' * titel = g_text ** START_COLUMN = 25 ** START_ROW = 6 ** CANCEL_DISPLAY = 'X' * importing * answer = g_answer.

POPUP_TO_CONFIRM ** call function 'POPUP_TO_CONFIRM' ** exporting *** TITLEBAR = ' ' *** DIAGNOSE_OBJECT = ' ' ** text_question = ' *** TEXT_BUTTON_1 = 'Ja'(001) *** ICON_BUTTON_1 = ' ' *** TEXT_BUTTON_2 = 'Nein'(002) *** ICON_BUTTON_2 = ' ' *** DEFAULT_BUTTON = '1' *** DISPLAY_CANCEL_BUTTON = 'X' *** USERDEFINED_F1_HELP = ' ' *** START_COLUMN = 25 *** START_ROW = 6 *** POPUP_TYPE = *** IMPORTING *** ANSWER = *** TABLES *** PARAMETER = *** EXCEPTIONS *** TEXT_NOT_FOUND = 1 *** OTHERS = 2 ** .

POPUP_TO_CONFIRM_LOSS_OF_DATA ** call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' ** exporting ** textline1 = *** TEXTLINE2 = ' ' ** titel = *** START_COLUMN = 25 *** START_ROW = 6 *** DEFAULTOPTION = 'N' *** IMPORTING *** ANSWER = ** .



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