Executing output of order header not by RSNAST00

Hi to all.
I would like to execute an output in order header that created with dispatch time 1-Send with periodically scheduled job. Is there any way to execute it except using RSNAST00? I would like to execute it from an ABAP program after creating the sales doc. and commit work.
I have copied the RSNAST00 and used it in an ABAP program but it checks authorizations that my users doesn't currently have.
Thanks, Yuval Kaduri at Cellcom.

Hi Yuval,
You can use the transaction VF31 and select menu Program -> Execute in Background.
Kindly reward points if your question is answered.
Thanks
Vinod

Similar Messages

  • IW32: Error getting message (Text for order header not maintain in lang.EN

    Hello All,
    We just starting getting this message in IW32 and IW33 stating (Text for order header not maintained in language EN) then all the pre-existing description test disappeared.
    We have not done any configuration change in this particular system.
    Can anyone help to resolve this.
    Thanks

    Hi,
    As with most SAP messages it is always a good idea to trust what it is saying.
    The system is telling you that KG has not been created in the English language.
    Go to transaction CUNI to check the settings.
    Select the Unit of measure for "MASS" (from the drop down list) and check the entries for UOMs.
    KG should be there and should have an English description (the message said it was not there for EN)
    If it is there and set up correctly then there might have been something else in the UOM field? You didn't enter " KG" did you (a blank character then  KG?)
    Steve B

  • Purchase reqisition header note not copying to Purchase order header Note

    Hi
    can you help me any body  regarding this issue
    "purchase reqisition HEADER NOTE  not copying to Purchase order HEADER NOTE " .
    it is very urgent issue for me please.
    Thanks
    Madhu.

    hi madhu
    ans1.)  in ECC 6 it is not possible to copy PR text to PO text , becouse the only way to convert PR into PO is document flow and document flow will show you only line items.
    ans 2 )  PR text is used for maintaining text related to PR genration information , like which MRP run is giving this PR or other information which user wants to maintain .
    ans3.) if user have done same thing earliar then it may possible that he was using 4.7 or ECC 5  .
    let me konw what user is saying .
    regards
    ravikant dewangan

  • Additinal tab B in sales Order header not displayed after EHP5 upgrade

    Hello Everyone,
                              I am facing an issue that the 'Additional data B' in the sales order header is not getting displayed after we ugraded to EHP5.
          We found the issue , that the screen '8309' provided by SAP for the additional data in SO header is not getting called.The call is made from screen '4312' but the call subscreen screen statement fails.
    This might be because these screens were modified (both '4312' and '8309' )using the Access key to accomodate more fields in the screen then originally provided. And SAP does not support for this modification as given in the SAPnote  170183.
    Now the question is how can I restore the existing functionality?
    PROCESS BEFORE OUTPUT.
    Verarbeitung vor der Ausgabe
    Kopfdaten vorbereiten
      MODULE VBAK_BEARBEITEN_VOR.
    PBO-Aufruf des Kunden-Subscreens "Kopf-Zusatzdaten B"
      CALL SUBSCREEN 8309 INCLUDING 'SAPMV45A' '8309'.
    PROCESS AFTER INPUT.
    Verarbeitung nach der Eingabe
    PAI-Aufruf des Kunden-Subscreens "Kopf-Zusatzdaten B"
      CALL SUBSCREEN 8309.                                                             <----This statement fails
    Alle Felder in der Bearbeiten-Kette
      MODULE VBAK_BEARBEITEN.
    Please advice.
    Regards
    Abhishek

    Hi
    Do you see SAP Note 302497 - Additional cust. fields not displayed in 'Additional data B'?
    Regards
    Eduardo

  • Test maintain in sales order header not getting copied to delivery

    Dear All,
    I have maintained the text in sales order header.Initially system was copying the the text to delivery header but now it is not copying.I have not changed any setting.Please guide what could be the reason.
    Regards,
    Deepti

    Hi,
    Check the language texts, ie: perhaps the language of SO is EN because the language of customer is EN but the language of delivery is DE, and in VOTXN you have a flag for language with wrong option.
    I hope this helps you
    Regards,
    Eduardo

  • Purchase Order Heder note

    Hi Gurus,
    I would like to transfer automatically the purchase requisition header note to the purchase order header note.
    Do you think it is possible?
    I have not found any thing in customizing.
    Regards,
    MN

    Check the Below BADI's :
    The Business Add-In (BAdI) ME_REQ_HEADER_TEXT enables you to specify whether the header text of the reference document is to be copied as well when purchase requisitions are copied.
    The COPY_HEADER_TEXT method enables you to specify whether the header text is to be copied as well when a purchase requisition is copied.

  • How to Close Mass Open Sales Orders (Partially / not executed ) at one go

    Dear All
    We are having lots of  OPEN SALES ORDERS , few are COMPLETELY OPEN and rest are PARTIALLY used .Now my requirement is to CLOSE all such Sales Order at one go ie. MASS CLOSING OF OPEN SALES ORDER .
    Please Guide.
    Regards
    Animesh Chakroborty

    Dear Animesh
    First have those open order references in an excel sheet.
    Go to MASS, input Object Type BUS2032  and execute.  There block "Sales order header data" and click on "Fields".  There select the field "MASSSDHEAD_S-LIFSK"  and execute.
    Now click on "Multiple selection" (right arrow), copy those order references and press "Shift+F12" and execute.  There on top, assign some block and execute.  All your sale orders will be blocked.
    On the other hand, you can also change the status of those sale orders by assigning "Reason of Rejection"  in mass.  To achieve this, go to TCode MASS, input Object Type BUS2032 and execute.  There block on "Sales Order Item Data" and click on "Fields".  There block the field "MASSVBAP-ABGRU"  and execute.  Follow the same procedure as explained above.
    Now see the document flow of those sale orders.
    thanks
    G. Lakshmipathi

  • Sales Order is not saved when defining a Print output and without Print output it will saved the SO.

    Hello,
    In VA01 when we create SO and define output type then Sales order is not saved,The error msg will display like " Order is not in the database or is been archived ".
    But without defining output type SO will be saved.
    So is there any ABAP Developement or enhancement?
    Kindly Suggest.
    Regards,
    Abhishek K.

    Hi,
    Its something like SD_PARTNER_UPDATE...
    Kindly see below screenshot for your reference.
    Regards,
    Abhishek .K

  • Header note of purchase order.

    hi friends,
    i want to print the header note of purchase order in
    script (which is developed)
    can anyone please tell me the solution
    how can we retrieve this using include object
    thanks & regards
    srinivas.

    Hi ,
    you can include as follows.
    1)go to text editor select insert command option after placing the cursor where you need to insert the text.
    2)Select command button.
    3)in that type as follows.
    /: include &ekko-eblen& object 'EKKO' id 'F01' language 'EN' Paragraph ....
    or type as follows.
    /: include &ekko-eblen& object 'EKKO' id 'F01' language 'EN' Paragraph ....
    Thanks,
    Nethaji.

  • Purchase order reprints when entering header note in change mode

    Hi All,
    We want to use header note in PO as a worklog. PO should not print when a note is entered but whenever we enter any text in the header note in PO change mode, a change output gets triggered and the PO is getting printed. How can we avoid this?
    Thanks
    Deepthi

    Hi Peter,
    Thank you for the reply
    We do have an entry for object EKKO, Text ID F02 for standard document type in operation 1 and 2. Do I have to remove an entry for operation 2 here?. If I remove it, Will it cause problem to other header texts i.e I do not want the PO print only when the header note have some changes. But it should print if any other header text is changed.
    Thanks
    Deepthi

  • Transfer Order Confirmation not updated in Header level (Table: LTAK)

    Hi,
        We are facing a problem, transfer order header is not updated with confirmation, but TO items are confirmed and resulting these transfer order to display in RF monitor (LRF1 and LRF2 transactions).
    And the other issue is, we are seeing some transfer orders created without item data (in LTAP table) and unable to confirm these TOs since Item data is not available, hence TO header is not updated with confirmation and resulting these TOs to display in LRF1 and LRF2 report.
    I have cleared some transfer orders by updating the confirmation field in LTAK table through debugging. But we see the issue is ongoing and would like to have permanent solution.
    It will be a great help if anyone have solution to these issues.
    Thanks & Regards,
    Nagarjun

    Hi Nagarjun,
    do you have any Z code in-between ?  Did you check OSS notes ?  Did you apply all patches to your system ?
    What you are describing is something usual when Z programs were developed, you should provide more details for analysis.
    Many thanks,
    Enrico

  • Purchase order output type NEU is not get assigned automatically

    Dear All,
    when i am creting purchase order the output type NEU is not get assigned automatically.
    I have maintained message condn record for NEU and for specific PO doc type NB.
    same problame i was facing for the inventory docuemnts but i was resolved by running one SAP std program so please guide me if any such program is available for Purchasing documents also or any other setting i am missing to make.
    Pl suggest
    Regards,
    Vimlesh

    Hi
    Please check the following in customization.Dont check in NACE you may miss something like fine tune control
    1) Check the Message determination procedure is having the NEU output type
    2) Check the std Message determination procedure is assigned to PO
    3) Check the output type for the Access sequence, default data for transmission medium and partner function VN, Language & Form assigned to it
    4) Check the Access sequence for the condition tables
    5) Check the condition record in MN04/MN05
    6) Check the purchasing group has printer assignement
    7) Check the fine tuen control for operation 1 & 2 for message type.
    Hope your problem now solved.
    Thanks /karthik
    Edited by: Karthik on Aug 13, 2009 5:29 PM

  • How to add a new output type in sales order header via ABAP program

    Hi All,
    I have to add new output type (ex Z001) in sales order header via an ABAP program. please let me know how to do this.
    Thank you all in advance.

    Hi,
    You can use the FM ..RV_MESSAGE_UPDATE..
    Thanks
    Naren

  • Not Required Main Work Centre on Order Header Maintenance Order

    Hi Experts,
    I want to know about main work center on order header maintenance order. Standart SAP is main work center required, and i want to set main work center on order header is not required. How Can i set Main Work center on order header is not required?
    Thank you experts for the answers,
    Best Regrads,
    Bernardus Jalu
    Edited by: bernardus jalu on Jan 17, 2012 8:46 AM

    Hi
    Main workcenter is the responsible workcenter in a order and is used as a reporting selection criteria in major reports(IW38/IW39/IW28/IW29/IW68/IW69 etc). From it also the responsible cost center gets derived. Also it gets copied to the Performing workcenter fields of each operations. So why you dont wants it to be used. It can be maintained as master data in technical objects & gets copied to notifications/orders while creation
    Shakti
    Edited by: SHAKTI BEHERA on Jan 17, 2012 3:41 AM

  • Add an output type in sales order header

    Hi Dear Experts,
    I try to find a way to add an output type in sales order header after the order was created.
    I also need the output to be sent immediately to the FAX.
    Do you know any BAPI or Function that can help me or have any idea how it can be done?
    Thanks and best regards,
    Sagit.

    Hi,
    You can use the FM ..RV_MESSAGE_UPDATE..
    Thanks
    Naren

Maybe you are looking for

  • Trouble connecting MacBook to HDTV HELP!

    I just bought a Belkin Mini DisplayPort to HDTV Cable. I want to connect my basic MacBook to my Samsung HDTV. I plugged in the HDMI side into the HDMI 1 port on the tv and I plugged in the other side to the mini displayport on my mac. My television d

  • Performance impact related to workbook

    Hi All, Please let me know the performance impact on workbooks if i insert 13 work sheets, How much performance impact will be there? If i insert all reports reports in 2 worksheets by splitting them, How much performance impact ll be there? Please l

  • U330 touch screen randomly not working

    My laptop is U330 touch. Recently, I found that my touch screen function randomly works. When I start my computer, it works but when I put my computer asid, after the turning off of display, the touch screen cannot work. And then I turn the computer

  • Ghost / duplicate drive issue again...

    Issue:  In LR, opening a raw file via "Edit in Photoshop CS4.."  (and maybe importing from CF card) creates a duplicate drive letter with the new images in the library left-side folder tree.  Thus, I end up with two "D: Drive" sections with some imag

  • I upgraded. So sorry. Wiped out my tab groups etc. Cannot restore preveiosu session.

    I was badgered to upgrade Firefox to the latest version. When finished it would not re-open. I had to close down all my open programs etc (really hated to do that) and re-booted the machine. Now Firefox comes up but all my tabs and tab groups are gon