RVADOR01 - VA01/VA02/VA03 - with smartform

Hi,
I am trying to use smartform instead of SAP Script in Sales Order confirmation. I have created a 'zsmartform' and defined in NACE for BA00 with copy of Std print program ie ZRVADOR01, including some specific changes for user data. Now in Open form for std program, i m using to print smartform. It is showing print preview and also printing the output for Print Output. but when i am trying it with 'External Send', it is not shooting any mail.
Can anyone help in this regard. ( I am working on 4.6C version)
Regards,
Ashwani

Hi ,
    Can you tell me how you did this samrtform,I am also doing the same and i am calling the smartform in the open form statement but i could not even seet the print output alsoand  how you are passing the values in that function module iv_fname and  lv_po_print ,where you are getting the values.Hope you can answer this and solve my issue.
CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
      FORMNAME                 = lv_sfname
    IMPORTING
      FM_NAME                  = lv_fname
    EXCEPTIONS
      NO_FORM                  = 1
      NO_FUNCTION_MODULE       = 2
      OTHERS                   = 3.
  ENDIF.
CALL FUNCTION lv_fname
        EXPORTING
          CONTROL_PARAMETERS = lv_control_para
          OUTPUT_OPTIONS     = lv_output_options
          SF_DOC             = lv_po_print
          SF_NAST            = NAST
        EXCEPTIONS
          FORMATTING_ERROR  = 1
          INTERNAL_ERROR    = 2
          SEND_ERROR        = 3
          USER_CANCELED     = 4
          OTHERS            = 5.
        IF SY-SUBRC <> 0.
          MESSAGE ID SY-MSGID TYPE 'S' NUMBER SY-MSGNO
                  WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          EXIT.
        ENDIF.
      ENDIF.
Thanks,
With Regards,
Deesanth

Similar Messages

  • Script form configured to VA01,VA02 & VA03..help me with Print preview?

    Hello,
    Very Good afternoon!
    There is a Script form which is configured to VA01, VA02, VA03.
    I have difficulty to access Print preview from Va01/va02/va03.
    I am able to access it through T-code SOST.
    It is correctly configured in Nace.
    When I go to T-code VA02 and provide appropritae saled Order number then it will take me to the next screen there...
    I had clicked on Extras>Output>Header-->Print Preview.
    It says that Output could not be issued.
    When I click on Extras>Output>Header-->Edit
    It will display the Output type, Medium, Print Output and 
    Partner function. I see that it is displaying in yellow color. Genrally it should be green in color.
    Can anyone guide me what are the things that I need to check in this window genrally to access Print preview.
    Do i need to check anything here in Nast table...?
    Please suggest...
    Any suggestion would be appreciated.
    Thanks & Regards,
    Developer.

    Hello Sathya,
    Thank you for your response!
    Sathya- It is correctly configured. it has something to do in the NAST TAble. If it is not configured properly in the NACE then it will not show the out put in the T-code SOSt.
    Can you please suggest what I can chcek in the NSAT table or plz tell the standard way to configureing the Output type in this path.
    VA03 > Extras->Output>Header>Edit.
    Here you have to give its settings....Please chek..
    Any suggestions will be apprecaited.
    Thanks & Regards,
    Developer.

  • Is it possible to add 'Additional Data C' tab in VA01/VA02/VA03

    Hi All,
    Is there any way or in config that we can enhance the VA01/VA02/VA02 with one more tab other than 'Additional Data B' tab.
    i want to add 'Additional Data C' tab for a requirement.
    Please give your valuable comments.
    Thanks,
    Jaffer Ali.S

    Hi ,
    It can't done for the VA01/VA02/VA03.
    these are available for the .
    V45A0001  Determine alternative materials for product selection --->The Description of this enhancement tell us that it determines the alternative materials for product selection. (i.e., If  one material is not available what is the other material that has to be used as an alternative. So it is item specific).
    V45A0002  Predefine sold-to party in sales document--->By Description we understand that we can predefine sold-to party in the sales document. (i.e., it is used to populate the field sold-to party through user-exit while entering the data. ) But our requirement comes after entering the data in the screen and save button is pressed.
    V45A0003  Collector for customer function modulpool MV45A
    V45A0004  Copy packing proposal---->Copy packing proposal Into Out bound delivery. This description implies that  whenever we create a Delivery Order from Sales Order it copies the packing proposal  Based on the already created Sales order. So, there is no chance for us to save the data while we create or change a Sales order.    
    We can't done.
    Regards,
    Bharani

  • Get Routing from Configuration VA01 / VA02 / VA03

    Hello together,
    we created a standard routing in transaction CA01 with dependencies to control which operation of the routing must be used in production order.
    I developed an application. It is started by a function out of the configuration processing in transaction VA01 / VA02 / VA03. From my application I call function 'CP_EX_PLAN_READ' in order to get the routing depending to the actual values of the characteristics from the current configuration.
    Problem: Transaction VA01 is in use.
    When I call function 'CP_EX_PLAN_READ', I get the whole routing, no dependencies are considered at this step. I get operations, which are not relevant.
    It seems, that the configuration of the sales order which is currently in creation is not known in 'CP_EX_PLAN_READ'.
    After saving the sales order and open it with transaction VA02 all dependencies are processed and routing is correct. I tried to call function 'CE_C_SET_CBASE' from my application. This comes to a correct result from 'CP_EX_PLAN_READ' - all dependencies are processing but then the configuration of sales order gets many errors.
    Has anyone an idea how I can announce the current configuration of sales order to the routing processing? I need the correct routing considering all dependencies in VA01.
    Thank you very much.
    Many greetings,
    Oliver Seifer

    OK, we found a solution...
    Greetings,
    Oliver

  • Regarding sd module modification in va01/va02/va03

    as per we can configure the screen of <u><b>mm01,mm02,mm03</b></u> in spro by modifying the datascreen and assining the data screen to <b><u>mm01/mm02/mm03</u></b>.teis requirement i executed. but now i need to modify th screen of <u><b>va01/va02/va03</b></u> with specific order type.in the screen i have to include some fields which i used to call from<u><b> zee</b></u> table and when ever the data modification is done these table should get updated.
    it is not possible through any kind of exits and badi implementation.
    even it may be possible through badi implementation.but i dont know the procedure and steps to follow how to implement this senario.ie. the screen related to one perticular order type like <u><b>zso in va01/va02/va03</b></u>
    as i request the requirement is very urgent so suggest me as early as possible.
    thanx with warm regards,,,,,
    hareesh tadepalli

    Try screen/transaction variants - tcode SHD0.  The order entry screens do not seem to have a config way of determining what fields are hidden/displayed ala ME21N.
    Or you could try using GuiXT.

  • How to block delete option in va01 , va02, va03

    hi,
    i like to know how to block delete option in va01 , va02, va03.  I need to block the delete option in the menu to delete the sales order by the user.
    Please reply ASAP.
    <removed_by_moderator>
    Please read the "Rules of Engagement"
    thanks in Advance,
    With best regards,
    sathies
    Edited by: Juan Reyes on Jul 29, 2008 1:05 PM

    Hi,
    Do a user trace in st01 for that transaction and find which auth object it is refering to and the auth value then maintain the values accordingly.
    Regards,
    Vamshi.

  • Add custome field in VA01/VA02/VA03 without access key

    Hi,
    I need to add some custom fields in VA01/VA02/VA03 screen at item level. But i am unable to find out any screen exit/BADI  for the same.
    Can anyone tell me plz how i can achieve this without using access key.
    Thanks in advance.

    hello,
    you could try using GuiXt. With this adds on you could add: fields, button, input parameters, change standard screens layout etc.
    read this tutorial http://www.synactive.com/tutor_e/lesson00.html for the start.
    br,
    dez_

  • How to restrict  tcode va01/va02/va03 for a particular role

    hi ,
    I have a requirement . I need to restric user fro VA01/VA02/VA03 if the user has role and Sales order customer group is related to a particular group .
    Do we have a Function module to get a role for a user  or can we write a code as authorization level or do we need to write it as user exits of va01/va02/va03 .
    Regards ,
    Prakash

    hi All ,
    My issue is I need to restrict the tcodes for a particular customer group is there in the sales order , that means it is order specific and I already know for which roles it is to be checked .
    Now can  we write any check in pfcg tcode so that we can check at particular group or need to handle at user exit level .
    Thanks in advance .
    prakash

  • How can we add new fields in item customer detail B tab in VA01/VA02/VA03?

    Hi all,
    Anyone can suggest me, how we can add fields in item detail B tab of VA01/VA02/VA03 transaction.
    1) How we can find the screen no and how we can add fileds in it
    2) where we have to write the logic for these fields ( I mean in which include)
    3) Is there any user exit or BADI for this
    4) what is the procedure to do this enhancement .
    5) How we can enhance menu bar
    i am using ECC 6.0 version.
    Please guide me in this .
    Thanks in advance.

    Hi,
      You do not have to do extra coding for this. Just append the extra fields in the table VBAP and include these in the screen 8459 (Additional data A) or 8460 (Additional data B) of program SAPMV45A.
    https://forums.sdn.sap.com/click.jspa?searchID=12244867&messageID=1939475
    Regards
    Kiran Sure

  • Adding Z-Fields to Standard Screens of Transaction VA01 / VA02 / VA03

    Hi All,
    The system is being upgraded from 4.7 to ECC 6.0
    In 4.7 server, the client has added 2 Z-fields to VBAK table. Moreover, these Z-fields are added to Standard SAP Screens of Transactions VA01 / VA02 / VA03.
    One of the Z-field is for the Description which appears on the very first screen of transaction (Screen 4440) replaces the Standard SAP Screen Field VBAK-KTEXT.
    The other Z-Field appears on Header-->Additional Data B (Screen 8309).
    Please note:- The screen numbers that are mentioned above are the screen numbers of ECC 6.0
    I tried to change the edit the Screen by taking the Access Key from the market place, but only got Screen Overlapping Errors.
    What should I do to incorporate these Z-fields?
    I have heard of Screen-exits but never worked on the same. Would appreciate if someone guides me as to what needs to be done.
    Thanks for your valuable time and suggestions.
    Regards,
    Rajesh

    Hi Rajesh,
    I am working ECC 6.0
    We had the same requirement but for Additional Data B in header and item
    For this
    (1) Got the access key
    (2) applied access keys
    (3) In the additonal Data B screens/Program SAPMV45A imported Z fields to the screen in Graphical painter,saved and activated after writing necessary PBO/PAI modules and the codes in 8309 and 8310 screens
    Please can you tell more on the "Screen Overlapping Errors"
    Maybe we can can work out the error.....
    Regards
    Byju

  • Regarding VA01/VA02/VA03 - Adding a new field column to the Overview table

    Hi,
    Apologies if this is not the right forum, but I have a request to add an extra column into the main overview screen in VA01/VA02/VA03. The field I want to add is available from the Sales Header Data > Purchase Order Data tab (Ship-to party > Your Reference field. VBKD-IHREZ_E).
    Normally from the Sales Overview, I would go to Configure Table Settings > Administrator and then tick/untick the fields i want to display, but in this case, this partficular field is not available from the list of fields to choose from (although other fields on the Purchase Order Data tab are available to be included/excluded from the main Sales Order Overview).
    Does anyone have any suggestions on how i can get this field included as a selection field, and therefore have it as a column in the main Overview table?
    Kind Regards,
    George

    Closing this post. No longer a requirement for us.

  • Subscreen 8460 in VA01/VA02/Va03

    Hi All,
    There are 2 Subscreen's in 'Additional Data B' tab in VA01/VA02/VA03.
    My doubt is, when some ehancements are done in subscreen 8459 of 'Additional tab B' and transported already to production, and if i add new field in subscreen 8460 of 'Additional tab B' and transport it to production, will it affect the development already done in 8459.
    I hope it won't affect since it is a seperate subscreen.
    But make me clear on this and give me a firm answer on this.
    Thanks,
    Jaffer ali.S

    Hi as both the screens are different there might not be any issues and as thet comes under different request there by no relation between each other in the production server too.
    Cheers!!
    Venkat

  • Menu exit for va01/va02/va03

    Hi All,
    can anyone gives menu-exit for va01/va02/va03. Please give me screen-shots how to implement menu exit for va01/va02.
    Thanks,
    Dinesh

    Hi Dinesh
    Sales order exit is MV45AFZZ. Depending on the data that you will manipulate, consider the exit area related (i.e changes to VBKD should be considered at USER_EXIT_MOVE_FIELD_TO_VBKD).
    Regards
    Gabriel

  • Implementing GOS for standard transaction VA01/VA02/VA03

    Hi Experts,
    I need  to implement GOS ( Generic Object Services ) for  standard transaction VA01/VA02/VA03 .
    Can anyone tell me how to achieve this ?
    I have seared for this and found  the badi GOS_MULT_PUBLISH could be useful for this purpose.
    But  I don't know how to implement this so that GOS button will be visible for  tcode VA01/VA02/VA03.
    Thanks and regards,
    SNJY

    Hi there,
    the most typical reason why the GOS button does not appear is because the user is not of Dialog type. Please go to SU01 and make sure that your user is a Dialog user (not Service, nor System, etc.)
    And, the parameter Patrick is talking about is called SGOSNOBUT.
    Cheers,
    Juan
    Edited by: Juan Pablo Barcenas on Jun 8, 2011 4:50 PM

  • Adding Custom Fields to the Sales Order Screens - VA01, VA02 & VA03

    Hi,
    I have a requirement to add custom fields in the Sales Order Standard Screen. Could anyone please tell me is there any screen exit available to add a tab screen or is there any possibility without modifying the standard code.
    Please let me know with the details.
    Thanks & Regards,
    Goutham.

    Hi Narendran,
    Thanks for prompt reply, it was very useful.
    Could you please let me know the procedure you have followed in coming to this conclusion of what screens to be used.
    I understand that the program is SAPMV45A.
    Thanks & Regards,
    Goutham.

Maybe you are looking for

  • BACS  File for Vendor Payments in Foreign Currency

    Hi, My client has Bank Accounts in UK both in GBP and USD currency. I am trying to generate a BACS file for payments made in currency other than GBP. The BACS file generation for GBP payments are in place and is working fine. But when I am trying to

  • Customer clearing using F13e

    Hi The sceario  is like this 1.     If assignment field is same for advance and invoice entry, they are automatically cleared. Example : I post a advance for 100 and then invoice for 100. In both these docs, I update same assignment say 1234. Now the

  • Use operation in detail stamp

    Hi!! I am using jdeveloper 11.1.1.5 I had dragged and dropped departmentVO as af:table I had also dragged and dropped EmployeeVO in my DetailStamp of my af:table. While doin so I have an arrow occurs on the left side of my table if i clck the arrow i

  • Arc s (LT18i) updated to ICS but time from network is wrong now

    After updating to ICS my phone lost a day and an hour in settings. I have had to cancel automatic updating from phone network and apply a manual time. Why is this ? Each time I tick the Auto from Network box, the time falls back to UK time, whilst I

  • How should I do JavaCard Applet for ROM masking?

    My name is richard. I am developing present JavaCard applet. Point of doubt one occur .JavaCard Applet loads to EEPROM in Post Issurance form usually, how should I do JavaCard Applet to do ROM masking? Do you need frontier of special code if is possi