Use NACE transaction to set all customizing data about output message. Regards, Gianluca Simeone Reply Former Member In response to Former Member 2007 Mar 26 1:58 PM 0 Kudos 130 SAP Managed Tags: ABAP
For Sales Order - Use NACE Transaction - Application V1 -> Use form name and print program here. make sure that program and form should not have any errors otherwise Sales order will get short dump. Apart from that , Pls go through SAP Note 852250. There is a driver program for Smart...
Go to transaction OMFE. Tell me what you see there for the output type you are interested in. Let me take the standard output type NEU. The entry looks something like this. NEU Purchase order 1 SAPFM06P ENTRY_NEU MEDRUCK. The first one is your output type, next is its descript...
I tried to setup configuration in tcode NACE, creating new message type MAL1. but i am not able to locate Message tab in tcode MIGO, also, When i goto transaction MB02 i can give message type MAL1 in output types then mail is going to scot, but my main problem is as: Output typ...
May be I will consider also the SPs used by the system, and I will talk to the developers to discuss that. Please advice. I will inform you all as soon as my problem in transaction logs is solved. Thank you again in advance.
SAP Managed Tags: ABAP Development Suma, Configure the NACE transaction for the application V1 and required output type. Use the medium as DISTRIBUTION ALE, Program as RSNASTED and Routine as ALE_PROCESSING. Also create the Condition records for the required output type through NACE. So that ...
hi i have sap script how can i find the printing program ? amiReply 11 REPLIES Former Member 2007 Nov 11 2:07 PM 1 Kudo 1,752 Hi See in the Table TNAPR or use the Transaction NACE to find the print programs for most of the SD and MM related Scripts look at the OB...
Go to se37. Place the cursor on the Fm name and do a where-used-list. You will find the programs which use that fm. or you can find it in NACE transaction or in the table tnapr. Regards, ravi Reply Former Member 2006 Aug 23 11:56 AM 0 Kudos 1,996 SAP Managed Tags...
Without changing the driver program you want to call custom form. Yes its possible by changing the config in the NACE transaction with the custom form. But, you need have all the import parameters in your custom smartform, which are exported in the dynamic function call from the driver progr...
Call transaction NACE and look at application EF Purchase order, output type NEU Purchase order. (Long time ago I found the required interface/signature in form Y640_MMPO_A loaded from SAP Best Practices) Regards, Raymond Reply Former Member In response to RaymondGiuseppi 2014 Oct 03 ...