SAP Reports / Programs | Product Lifecycle Management | Recipe Management(PLM-RM) SAP PLM

RMXTP_SAMPLE_DRAWING_STUDY SAP ABAP Report - Physical-Sample Drawing List for Stability Samples for Trial (TMS)







RMXTP_SAMPLE_DRAWING_STUDY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program creates a list of all the stability samples available for checking in a particular period for inventory management...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 RMXTP_SAMPLE_DRAWING_STUDY 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 RMXTP_SAMPLE_DRAWING_STUDY. "Basic submit
SUBMIT RMXTP_SAMPLE_DRAWING_STUDY AND RETURN. "Return to original report after report execution complete
SUBMIT RMXTP_SAMPLE_DRAWING_STUDY 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_AUFNR = Order
Selection Text: P_CHARGE = Batch
Selection Text: P_INCLLZ = With Long-Term Inspections
Selection Text: P_KUNNR = Customer
Selection Text: P_LIFNR = Vendor
Selection Text: P_LOSTX = Inspection Lot Short Text
Selection Text: P_MATNR = Material
Selection Text: P_MBLNR = Material Document
Selection Text: P_MODUS = D Characteristic Filter
Selection Text: P_OBJTX = Object Short Text
Selection Text: P_PPPRVW = D Default Next Inspection Point
Selection Text: P_PRF = Inspector
Selection Text: P_PRFDAT = Inspection Starting Time
Selection Text: P_PRFZT = Test Time
Title: Physical-Sample Drawing List for Stability Samples for Trial (TMS)
Text Symbol: S30 = Worklist Selection
Text Symbol: S20 = Administration Data
Text Symbol: S10 = Inspection Lot Information
Text Symbol: LTX = Display Long Text
Text Symbol: F01 = My Default
Text Symbol: 073 = Insp. Starting Time
Text Symbol: 072 = Inspector
Text Symbol: 064 = Customer &1
Text Symbol: 063 = Order &1
Text Symbol: 062 = Vendor &1
Text Symbol: 061 = Batch &1
Text Symbol: 059 = Further Inspection
Text Symbol: 001 = Colors ------
Text Symbol: 002 = Inspection Lot: Outstanding Chars. in List
Text Symbol: 003 = Inspection Lot: All Chars. Closed in List
Text Symbol: 004 = Partial Lot: Outstanding Characteristics in List
Text Symbol: 005 = Partial Lot: All Characteristics Closed in List
Text Symbol: 006 = Operation: Outstanding Characteristics in List
Text Symbol: 007 = Operation: All Characteristics Closed in List
Text Symbol: 008 = Inspection Point: Outstanding Chars in List
Text Symbol: 009 = Insp. Point: All Characteristics Closed in List
Text Symbol: 010 = Inspection Point: Accepted
Text Symbol: 011 = Inspection Point: Rejected





Text Symbol: 012 = Characteristic: Must Still be Processed
Text Symbol: 013 = Characteristic Can Still be Processed
Text Symbol: 014 = Characteristic: Accepted
Text Symbol: 015 = Characteristic: Rejected
Text Symbol: 016 = Inspection Lot: Outstanding Chars in Insp. Lot
Text Symbol: 017 = Characteristic: Not Yet Created
Text Symbol: 020 = Symbols -----
Text Symbol: 021 = Object Can Be Expanded
Text Symbol: 022 = Object Is Expanded
Text Symbol: 023 = Object Cannot Be Expanded Further
Text Symbol: 024 = Object Already Processed
Text Symbol: 025 = Ref. to Work Center, Batch, and so on
Text Symbol: 051 = Next Inspection (&1 &2 &3)
Text Symbol: 052 = Shortest Interval
Text Symbol: 053 = Shortest Interval


INCLUDES used within this REPORT RMXTP_SAMPLE_DRAWING_STUDY

INCLUDE RMXTI_SAMPLE_DRAWING.
INCLUDE RMXTI_SAMPLE_DRAWING_F01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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