Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

standard scripts

Former Member
0 Kudos

Hi..

could some one tell me where can i find the exsisting standard sap scripts and their print programs.

cheers

Srikanth.

5 REPLIES 5

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You would have to be more specific. A lot of the print program names are stored in configuration along with the form that it uses. You can get a listing of the SAPscript forms by doing a F4 dropdown on the field on the inital screen of SE71. This will give you a listing of the forms only. Do you have a specific print program/form that you are looking for, example, Purchase Order, Production Order?

Regards,

Rich Heilman

0 Kudos

Hi Rich,

i want the print program for the invoice script F140_DOCU_EXC_01, and for picking, purchase order, production order and challan printing.

Thanks

Srikanth

0 Kudos

Ok....

Purchase Orders the main program is SAPFM06P which calls a function module in the function group MEDRUCK. The code inside MEDRUCK is the code that actually prints the purchase order. I believe that the standard form is also MEDRUCK.

Looks like there are a lot for PP related stuff.

PSFC_DOCLINK_LIST              PP Print: Document Links                                         
PSFC_OBJECT_LIST               PP Print: Object Overview                                        
PSFCCONF                       PP Print: Confirmation slip                                      
PSFCGISS                       PP Print: Goods Issue Slip                                       
PSFCGRCL                       PP Print: Receipts List                                          
PSFCJOBT                       PP Print: Job Ticket                                             
PSFCOBJL                       PP Print: Object list                                            
PSFCOPCT                       PP Print: Operation Control Ticket                               
PSFCPICK                       PP Print: Pick List                                              
PSFCPRTL                       PP Print: PRT Overview                                           
PSFCSPLT                       PP Print: Operation Splits                                       
PSFCTIME                       PP Print: Time Ticket                                            

We use totally custom programs now, but we started out using the PSFCOPCT for PP01 order types and PSFCOBJL for another custom order type.

Again you can find all of the standard forms by doing a drop down F4 on the "Form" field in the initial screen of SE71.

Regards,

Rich Heilman

Message was edited by: Rich Heilman

Former Member
0 Kudos

Hi,

The standard SAP script forms are in 000 client. You can copy them to your current client from tr.code se71 -> Utilities -> Copy from client. You should copy them from 000 client.

Svetlin

Lakshmant1
Active Contributor
0 Kudos

Hi srikanth,

check function module SAPSCRIPT_USELIST_LIST_PROGS and SAPSCRIPT_SELECT_PROGRAM

Thanks

Lakshman