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
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.
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
INCLUDE RMXTI_SAMPLE_DRAWING.
INCLUDE RMXTI_SAMPLE_DRAWING_F01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMXTP_SAMPLE_DRAWING_STUDY - Physical-Sample Drawing List for Stability Samples for Trial (TMS) RMXTP_SAMPLE_DRAWING_STUDY - Physical-Sample Drawing List for Stability Samples for Trial (TMS) RMXTP_QQMA0001_EXIT - Program RMXTP_QQMA0001_EXIT RMXTP_QQMA0001_EXIT - Program RMXTP_QQMA0001_EXIT RMXTP_QM_DEPVCL_ZTPKT - TMS-QM: Events in View Cluster for Processing Stability Study BB RMXTP_QM_DEPVCL_ZTPKT - TMS-QM: Events in View Cluster for Processing Stability Study BB