RIPRTTS1 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 RIPRTTS1 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.
Title: PM: Time Ticket Output for Operation Splitting
Text Symbol: 501 = LOG ERR
Text Symbol: 502 = Original
Text Symbol: 503 = Copy
Text Symbol: 504 = Delta
Text Symbol: 505 = Original/delta
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING OBJNR = KBEDP-KBSTA ONLY_ACTIVE = 'X' SPRAS = PRINT_LANGUAGE IMPORTING LINE = BSVZ-STEXT EXCEPTIONS OBJECT_NOT_FOUND = 01.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING "print the ticket ELEMENT = 'TIME_TICKET' WINDOW = 'MAIN'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RIPRTTS1 - PM: Time Ticket Output for Operation Splitting RIPRTTS1 - PM: Time Ticket Output for Operation Splitting RIPRTTS0 - PM: Time Ticket Output for Split Records RIPRTTS0 - PM: Time Ticket Output for Split Records RIPRTT01 - PM: Time Ticket Output (Version 1 and 2) RIPRTT01 - PM: Time Ticket Output (Version 1 and 2)