Transaction variant for Payment terms in VA01

Hello experts
I already found lot of forms regarding, by using transaction variant how to control the Payment terms while creating Sales order as well as in tras code VA02(Change sales order).
I have created T.Var and screen variant and done all other relevant things like activate the standard variants and also tried to assign via user through variant groups. The option invisible and required were working as per Transaction variant but the same not working for Output Only.
Hence pls suggest whether i had made any mistakes or any other things to be carried out for same.
Regs,
S.Ramesh.

Solved own through user exit,please close this thread.
Regs
S.Ramesh

Similar Messages

  • Restrict selection for Payment Terms on VA01/VA02

    In user exit MV45AFZZ I want field VBKD-ZTERM to be changed to certain values.
    I have other fields disable like this:
    WHEN 'VBKD-PRSDT'.
            screen-active = 1.
            screen-input = 0.
    And other fields have a condition check prior to disable them:
    IF kuagv-kunnr NE 90000.
              screen-active = 1.
              screen-input = 0.
    But now the user wants the field active but only allow some values.
    For example if the default field options can be A, B or C. That only A and B are available to select when a modification ocurrs.
    Anyone has an idea how to develop this?
    Thanks
    Regards,
    Carlos

    In USEREXIT_SAVE_DOCUMENT_PREPARE in MV45AFZZ.
    Check if the field has been changed and that the value selected its allowed, else throw an error.
    But I dont know the code to check if field VBKD-ZTERM has been changed.

  • Transaction Variant for VA01

    Hi All,
    I am able to create transaction variant for transaction code MM01, XD01 and XK01 successfully. But i am unable to create transaction variant for VA01.
    And also some times i am getting error message "SAP Object SCV1(short text of variant) cannot be assigned to package ZXXX". Can you pls let me know why i am getting this error and why i am unable to create transaction variant for VA01 successfully.
    Thanks,
    Raju

    Hi,
    There is no difference in creation of the transaction variant for VA01/02. But the way it works is different. It works at order type level instead of t-code level. You have to create the variant in SHD0 and assign the same in order type customization.
    Alternatively you can populate the field TVAK-VARIANT with the transaction variant name in MV45AFZZ subroutine USEREXIT_MOVE_FIELDS_TO_VBAK/USEREXIT_FIELD-MODIFY. With out this it wont work. Just try to change the TVAK-VARIANT value in debug mode and see if it works fine. Surpricingly it works fine if you individually execute the variant.
    The error you mentioned might be because you might have given one of the screen variant name not starting with Z or Y.
    Thanks,
    Vinod.

  • REG copy of transaction variant for VA01

    Hi,
    I need to copy transaction variant for VA01
    After copying transaction variant
    i tried to copy screen varaiants for 4440 its working fine  but for screen 4480 the fields which are to be invisible is not working
    i  tried to use same screen variants still not working
    please suggest if any customization needs to be done.
    thanks ,
    kamalakar

    Hi,
      I guess you don't have assign the transaction variant in TVAK.
      Instead you could have created the z tcode by using the option "transaction with variant(variant transaction)" and given the transaction variant.
    Thanks
    Naren

  • For pAyment Terms Changes , where we can maintain the relevant Enteries

    Hi Gurus,
    My Query - For Payment Terms where we can Maintain The Relevant enteries other than Customer Master from FI point of view.
    pls guide me in this..
    Thanks in Advance
    poonam

    Hi Poonam,
    Payment term we are maintaining in customer master in two places.
    1) - Company code data page --> On payment transaction tab --> This is for FI
    2) - Sales area data page --> Billing document tab --> This is for SD
    Hope it helps,
    Regards,
    MT

  • User Exit for payment term

    Hi Friends
    how to write the User Exit for Payment terms at Item Level. Any Sample User Exits can help me if no exact User Exit Is there
    User Exit Name : USEREXIT_MOVE_FIELD_TO_VBKD
    Thanks in Advance.
    Regards
    sahiti

    Hi Amrish.
    thanks again.
    Hear is the complete ticket which i got from the client.
    1. User exit in Program MV45AFZZ
    User Exit Name : USEREXIT_MOVE_FIELD_TO_VBKD.
    create an include first - and then add the statements to that include..
    this way when there is a patch or an upgrade - we need to only type the include statement and not the extire userexit.
    2. External Table Specifications:
    the table is client dependent
    table name: zpaymentterm.
    client(keyfield)-mandt
    sales org(key)vkorg
    sales Doc-(key)auart
    material Grp-Matkl
    cust:kunnr
    Payment term (zterm) : ijput field in table maintenance
    3. select from the ztable using vbak-vkorg/vbak-auart/vbap-matkl/vbak-kunnr is equal to zztable fields.
    move corresponding zztable-zterm to vbkd-zterm.
    4. Validations: if no entry found in ztable then payment term from the customer master should be copied in the document.
    5. Create the maintenence view for the table and assigned with Transaction Code.
    Thanks in advance.
    Sahiti.

  • Workflow variant for payment release

    Hello ,
      I have done the configuration of workflow variant for payment release but still the invoice is not getting blocked when we are paying it .
    Find below the configuration done for it . SPRO-Accounts Receivable and Payable-Business Transactions-Release for payment
    1.t.code  PPoce: Users is  assigned to each position and this was assigned to approval path
    2. Create workflow variant
    3.Assign Company code to workflow variant
    4.Define Release Approval Groups for Release for Payment
    5.Define Release Approval Paths for Release for Payment
    6.Assign Release Approval Paths for Release for Payment
    7.Assign Release Approval Procedure for Release for Payment
    2010-2010-1000-inr-WS10000052-WS00400011
    9.Define Users with Authorization to Payment Release
    11.Define Payment Block Reason for Payment Release
    Then in the vendor master i have inputted the relase group  also .
    But when i make the payment for that vendor , no blocking of invoice is happening nor it is going for approval procedure.
    Please guide me what all other checklist available for executing the Workflow variant for payment release .
    Thanks.

    Thanks Kiran ,
    Now hte invoice is getting blocked automatically and i am getting the error as
    Line item not relevant for payment release
    Message no. F5783
    for which i changed the error message to warning mgs and saved the invoice .
    But while making the payment i was not getting any payment block. I was able to make the payment
    Actually I should get the payment block while I am making the payment and then i should release it through FB13 .
    Please let me know if I am wrong .
    Thanks

  • Transaction Variant for VA03 in SAP 4.6C – Few Questions

    Hi Friends,
    To block ‘Net Value’ from being visible for specific users, for VA03 transaction, we have created a variant YVA03. Further, we had created a new transaction ZVA03 and activated this with the variant YVA03.
    Now, we observed, for the variant to work, we have to set the ‘variant’ field under VOV8 (sales document->Transaction flow) with‘NO_VARIANT’option.
    Why is this selection required? Will this have any impact on the working of standard transactions VA01/VA02 etc. (though we didn’t observe any)
    Also, is there a way we can activate custom transaction ZVA03 for all sales document types in one step i.e. without going through the task of setting every sales order type with ‘NO_VARIANT’ selection?
    Lastly, we are working on SAP 4.6C. Are there any known version limitations on the working of transaction variants for VAXX transactions?
    Please share your valuable inputs.
    Regards,
    Jagan

    Hello,
    Try adding the correct parameters in the user parameter settings in SU3/System->User profile->Own data.
    STC     Transaction variants: Transaction
    STV     Transaction variants: Variant
    Cheers,
    Balaji

  • How to create Transaction Variant for T code F-30

    Hi
    I want to create a Transaction variant for T code F-30, so that user can't change the currency field and put any value in rate. Currency should be always in USD.
    Any input will be heighly appriciated.
    Regards
    Shiv

    Hi,
    In that case you can use transaction SHD0 to create a transaction variant for F-30 with its screen variant for screen# 122. And you also want to creat a so called Variant Transaction Z-something for F-30 using the mentioned transaction variant. You restrict users to use that Z-something. For other unrestricted process, the system will still cal F-30. Here is the documentation:
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/67/232037ebf1cc09e10000009b38f889/content.htm
    Regards

  • Problem in SHD0 about creation of Transaction Variant for VA02

    Hi All,
    My goal is to create a Transaction Variant for VA02 Variant that doesn't display the "Object Status" button under the page "Status" in the Header of Sales Orders.
    To do so, I created a Transaction Variant in SHD0 (named ZTEST_VA02), the creation process creates the Screen Variants too, and i named them ZTEST_VA02_<dynpro_number>.
    The Dynpro where I can found the button to hide is the SAPMV45A / 4305, so the Screen Variant Name is ZTEST_VA02_4305.
    My problem is that If I test the single Screen Variant (ZTEST_VA02_4305) using the button in SHD0, I can see the whole transaction with my modify (the "Object Status" button is hidden), but testing the entire Transaction Variant ZTEST_VA02 I cannot see the modify and the Button is pretty visible.
    I even tried to create a Transaction with Variant, in SE93, that launches the transaction VA02 with the variant ZTEST_VA02, and I tried to assign the Transaction Variant I created as a Standard Variant, in both cases the problem is that the modify doesn't appear to be applied.
    For me this is a real mistery because If the Screen Variant is right (It works) I would expect to see that even the Transaction Variant is correct.
    Does Anyone have (or have ever had) this problem?
    Thank You very much for your attention.
    Regards,
    Claudio
    PS: I forgot to mention that I'm working on SAP ECC 6.0
    Edited by: Claudio Distrutti on Apr 4, 2008 11:47 AM

    I too facing the similar problem when assigning the screen variant to transaction variant.
    screen number where the 'Obj.Status' button is ' 4456
    if executing the screen variant alone , it works  perfectly,
    once i assing to the transaction variant and test,  the 'Obj.Status' button is visible.
    does anyone got the solution?
    Edited by: Thomas Paul jr on Oct 21, 2010 1:59 PM

  • Complete text for payment terms

    please help in picking up complete text for payment terms.i used TVZBT table.but only one line is stored in this table.if they give text in 4 lines,im getting only 1st line if i use TVZBT.please tell how to pick up the entire text.

    Hi Srinivas
    Please check FM
    FI_TEXT_ZTERM
    Regards,
    Arun

  • Table for Payment Terms

    Good day!
    Is there an available table for Payment Terms?
    Thank you!

    1.     TVKGGT-          TEXTS FOR CUSTOMER CONDITION GROUPS(CUSTOMER MASTER)
    2.     TVZBT    -          CUSTOMERS:TERMS OF PAYMENT TEXTS
    3.     TINCT     -     CUSTOMERS:INCOTERMS:TEXTS
    4.     DD01T     -      domain Descriptions
    5.     DD07T     -      Domain Value descriptions
    6.     DD07T     -     DD: Texts for Domain Fixed Values (Language-Dependent)
    7.     DD07V     -     View on fixed values and domain texts
    8.     DD03T     -     DD: Texts for fields (language dependent)
    9.     DD03L     -     Table Fields
    10.     DD07V will contain all the domain values.

  • Payment Terms - Only specify sales text for payment terms for customers !

    What is wrong with the format in the attached screen shot ?
    Do I have to Choose Customer & Vendor ?

    Hi Emad,
    This error “Only specify sales text for payment terms for customers" appears because this payment term is not applicable for customer. There are two choices either to delete the description text and make the payment term applicable only to vendor,However if you want to keep the description text, then make payment term applicable to customer as well by tick mark.
    Regards,
    Sam

  • Payment Block for Payment Terms

    Please let me know the steps to activate payment block for payment terms
    while posting the doucments through MIRO.
    Thank you
    Ravi

    Hi Ravi
    while defining the payment terms you can give the payment block.
    TCODE-OBB8
    Beside to the block key you have one check box available - if you select that, then system populate the payment block only when you change the payment terms in the line item.
    But, as you are asking directly with payment terms so you give the payment block in OBB8 without selecting the check box beside to that field
    VVR

  • G/L account for payment terms

    Hi,
    Is it possible to maintain 2 G/L accounts under 1 chart of account for cash discount? For example, G/L account 333333 for payment term Z333 and G/L account 222222 for payment term Z222.
    Will appreciate immediate feedback. Thanks.

    Hi,
    Good morning and greetings,
    You can use the OBBH or GGB1 option to determine the right GL account based on the payment term.
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

Maybe you are looking for

  • Limited Sales Office in drop down

    All, At present we have 5 sales office in the live system now management redifined Sales Offices due to which one new sales office needs to be created ,2 will become obselete due to merging and 1 will remain as it is Now sales office which become obs

  • Importing a .psd flat or layered gives different colors in InDesign

    I have an RGB .psd file, with sRGB profile. When it's Placed in InDesign, the colors look like expected. When in Photoshop the Background layer is double clicked (to make it a layer), and the file is saved without any changes, the colors in InDesign

  • BBM display picture does not update mine nor contacts

    Please assist. I have a BB 8520. I am running version 5.0.0.57. I am having a major issue. My bbm contact display pictures are not changing, nor are my contacts. I deleted my wife to re invite her, when request was accepted,  I ended up with a blue m

  • OS 10.3 is HOSED..PLEASE HELP

    ok my friend has an iMac G5 and the OS refuses to load. at first start-up screen was very fuzzy-colorful pixellated. we've restarted many times...the white screen gray apple got clearer and clearer everytime. then the startup screen would load and th

  • Trouble setting up gmail account on new iPhone 6

    so I've followed the instructions but every time I enter my password i get a message saying that there Is either an incorrect username and/or password. please help. Tried restarting phone and setting up again and again but it's not working.