Payment block non editable on the basis of company code level

Dear Gurus,
we had made payment block "A" non editable in payment praposal through transaction code ob27.as per reqeust from
our partent company in India but our subsidiary in France wants the payment block "a"  to be editable (to be insert
payment block "a" in document to make document deselect). Is it possible to make payment block editable on the basis of
company code level.
Regards,
Rajesh

Hi,
In this scenario, you need to have a NEW Payment block key like Z. Create Z with reference to A in OB27.
For Z, you need to select check box Change in Payment Proposal and SAVE.
Now maintain this Z in vendor masters of company code, where you want the payment block can be edited.
Note: Payment Block codes are not company code dependent.
Regards,
SRinu

Similar Messages

  • Making the ALV Non Editable on the Fly

    Dear All ,
    I have a one requirement inwhich i want to make the ALV grid Editable or non editable depending on a value of a perticular field in the Internal table.
    Eg. I have one internal table as IT_DATA with fields Customer number , Order NUmber Comments and Status.
    There are 10 records in this internal table out of which 5 has a status as 1 and 5 has a status as 0.
    Now i want to make the field Comments non editable if the value in the status is 1. If it is 0, i want to keep it as Editable.
    Please Suggest ,
    Regards,
    Nikhil Joshi

    Hi
    Try like this
    DATA : it_fieldcat TYPE TABLE OF slis_fieldcat_alv,
              wa_fieldcat TYPE slis_fieldcat_alv.
    if status = 0.
    CLEAR wa_fieldcat.
      wa_fieldcat-fieldname = 'FLD1'.
      wa_fieldcat-coltext = 'Field1.
      wa_fieldcat-edit = 'X'.
      APPEND wa_fieldcat TO it_fieldcat.
    elseif status = 1.
    CLEAR wa_fieldcat.
       wa_fieldcat-fieldname = 'FLD2'.
      wa_fieldcat-coltext = 'Field2.
       APPEND wa_fieldcat TO it_fieldcat.
    then call function module 'REUSE_ALV_GRID_DISPLAY;.
    Thanks & Regards,
    Anagha Deshmukh

  • How to set the field non-editable in the classical report..

    Hi..
              How to set the field non-editable in the classical report..

    Hi experts,
    For the component 'ICCMP_EMP_SRCH' there is a view 'BUPAEMPSEARCH' , which has 2 context nodes 'CUSTOMER' AND 'SEARCHEMPLOYEE' , i need to add the field 'NICKNAME' which is part of the 'CUSTOMER' context node on the search screen. Currrently all the fields on the screen screen are from the 'SEARCHEMPLOYEE' context node. when i did the configuration , the 'NICKNAME' field is greyed out . I have already generated the Getter ,Setter , GET_I, GET_M methods for the 'NICKNAME' field and the context node and controller class and context class are all active .
    on debugging the GET_I method, i see that rv_disabled = 'TRUE' and the current = collection_wrapper->get_current( ) is returning empty value .
    for this rv_disabled to be set false , the code below is not triggered since there is no value in current.
    IF current->is_property_readonly(
    'NICKNAME' ) = abap_false. "#EC NOTEXT
    rv_disabled = 'FALSE'.
    ENDIF.
    when i check for other search fields of context node 'SEARCHEMPLOYEE' , all the fields are set to rv_disabled = 'FALSE'.
    can anyone suggest how to approch this. iam i missing any binding between context nodes or any activations ?
    The field properties are set as Input field and the display checkbox is not checked.

  • Hide selection screen option on the base of Transaction code

    Hi ,
    i have created one report with two diffrenet transaction code .
    now we have two different selection  options on the base of Transaction code.
    how can i do coding for this .
    anyone has any sample code ..
    thanks,
    Jack

    Thanks Subramanian,
    INITIALIZATION.
    if sy-tcode = tcd1.
    perform first_selection_screen.
    elseif sy-tcode = tcd2.
    perform second_selection_screen.
    endif.
    FORM first_selection_screen..
    SELECTION-SCREEN BEGIN OF BLOCK s1 WITH FRAME TITLE text-s02.
    SELECT-OPTIONS: s_date  FOR  vbrk-fkdat.
    SELECT-OPTIONS: s_kunag  FOR  vbrk-kunag.
    SELECTION-SCREEN END OF BLOCK s1.
    ENDFORM.
    But in this perform if i write code for selection-screen then it gives me syntax error.
    error message: within form or function module, selection-screen option is not allowed.
    Thanks,
    Jack

  • Taxware SAP configuration on the basis of product code

    Hi,
    I request you to send the cofiguration steps for Taxware and SAP on the basis of product code.
    Thanks in advance,
    Subhabrata

    Hi Sanker,
    Thanks for your reply.We need custom product code only for three expense items.A custom product code starting with 9 created in taxware and we tested the calculation in RFC_CALCULATE_TAXES_DOC.Now we need to attach those three items ( lease rent etc.) in SAP with the product code.And then post documents in SAP and check the calculation for tax.How to do this configuration in SAP?
    Thanks,
    Subha

  • Blocking logistic invoice verification at company code level

    Dear all,
    May I know what is the system setup (SPRO) for this:
    Blocking logistic invoice verification at company code level ?
    Thanks
    tuffy

    Hi There
    I think it can be solved in 2 ways,,
    1. Number range, if you have not defined for the particular company code for this year,,
    2. Authorization for the Comp Code level (Check with your basis team ,, it will be the easieast way to block it for CC level and when ever you want they can just remove the block, (insterad of doing the changes in config, if basis can control the authorization it will be the best way)
    Hope it helps,,
    Thanks
    Senthil

  • Blocking Vendors on Company Code level

    Hi,
    Our Purchasing Organization has multiple Company Codes. Is it possible to block certain vendors for a Particular company code without affecting the other company codes which might be using that vendor??
    What exactly we are trying to do is block all future Purchase orders & Requisitions from being created for a list of Vendors for one company code. We do not want it to affect other Company codes within the same Purchasing Org which might be using the same suppliers.
    I know about XK05 but I think it puts a "Purchasing block" at the Purchasing Org level only and not on the Company code level. Is there any way to achieve this??
    Your inputs are really appreciated.

    Hi Martin,
    If you want to Block the Vendor for a Particular Purchase Organization and Company code then Go to XK05 and Select Vendor Pur Org and Comp Code and in Posting Block tab Activate for Selected Company code and in Purchasing Block tab Activate for Selected Purchase Organization and Save.
    Before this you need to set the following to Error.
    SPRO-MM-Purchasing-Environment data-Define attributes for System messages
    ME 023 Vendor & blocked for purchasing organization &
    ME 024 Vendor & flagged for deletion
    ME 025 Vendor & flagged for deletion for purchasing organization &
    For XK05 Message ME 023 would work.
    Regards,
    Nani.

  • Vendor if not maintained at the company code level

    Hi,
    System should not save the PO, if the vendor has not maintained at the company code level. How to achieve this?
    Regards,
    Sattuj

    > System should not save the PO, if the vendor has not maintained at the company code level. How to achieve this?
    Vendor Need not to be Maintained at Company Code Level For Creating Purchase Order.
    During IR only System will Look whether Vendor is Maintained at Company code Level.
    Try the User Exit MM06E010 Field selection for vendor address and Check any Possibility is there.
    What you can do is you Can Restrict Users to Use MK01. And give Authorization to Limited Users for XK01.
    Regards,
    Ashok
    Edited by: Ashok Kumar Telikula on Sep 18, 2008 9:05 AM

  • Blocking a Tax code at company code level

    Hi
    I want to deactivate/block a tax code at company code level instead of country level.
    Anyone pls help
    Regards

    Hi,
    SPRO-SAP IMG-Logistics - General-Tax on Goods Movements-India-Basic Settings-Determination of Excise Duty-Condition-Based Excise Determination-Assign Tax Code to Company Codes
    Or
    Remove the gl accounts attached in OB40.
    Or
    Remove the calculation percentages in FTXP.
    Hope this is helpful.
    Regards,
    Sankar

  • Subsidiary company, differentiate the client or company code?

    Hi All,
    I have a question. I am new to SAP and I want to implement SAP HR in subsidiary company. I will use the same server which has been use by parent company. The business process will be different between the two company and also the data will be separate completely.
    Do I need to differentiate the client? or better just differentiate the company code?
    What are the advantages and disadvantages between the two options?
    Thank you for your answer. It will be very helpful for me.
    Best Regards,
    Mart.

    Hi Mart,
    Because there usually is more than one way to do something in SAP, I will take the opposite view.  You should have only 1 production client, but separate the subsidiary by Company Code.  Thus, you will only have to do configuration once, rather than separate configuration in each client.  Also, master data is client specific, so you could not report on subsidiary employees if logged into the parent company client.  Employees could not be transferred between clients so you would have to terminate the employee in one client and hire them into the other.  Could easily do a transfer without having to recreate all master data by only a change in company code.  I know they promise there will be no transfers, but I guarantee after go-live, there will be many.  You did not mention Payroll or Benefits, but if either is managed by the Parent Company, then you would want all set-up and record generation done in one client, again arguing for all the master data to be available in that client.  You are also doubling the work for your Basis team by having to apply all updates, Support Packs, etc. in both clients.
    You may get arguments either way, it is up to you and the company which would be the better approach.
    Paul

  • How identify the data is client level,plant level or company code level

    Dear sirs,
    GM
    How identify the data is client level,plant level or company code level?
    If there is any T.code for same in SAP plz send me otherwise any procedure?
    Hopeeeeeeeeee....

    Hi,
    Once you gain experience, you will not look at any table any field or any view...You will do it just like how you use keyboard once you pass type writing....
    That is why every area of work, including master data is handed over to specialized teams...that will be their work day in and out....for some one newly entering, it will be little bit tough...once you practice, you will not be worried any more.  Of course, basic data at client level, purchasing data plant level etc...some thumb rules are there...still, you will take big blow by following such thumb rules because if you verify storage condition assigned in the storage location is not storage location level!!!!!!!!!!!!!!!
    that is experience!!  In this forum, it is good to practice rewarding...else, there may not be any more replies
    Good Luck
    Message was edited by:
            Gopala Turaga

  • Budgeting at the company code level

    Hi Experts,
    My client is in Sales and Distribtuion company and they are having sales budget and procurement budget along with financial budget at the company code level down to the branches.And also they will budgeted the advertisement and sales promotion expenses based on sales value and quantity.
    And we are not using any Treasury and Cash Management,Fund Management modules but client is asking the above requirement so How we can do the same ?
    Guide me in this and I will award you the points.

    Ok

  • Where can I find the relation between company code and plant?

    where can I find the relation between company code and plant?
    I need to the list of plants under a company code.
    Which table?

    yes,wayne weng   .What you said is right.
    Thank you very much!
    My MSN:[email protected]

  • Block Order TECO on the basis of operation User Status

    Hi Experts,
    I am trying to restrict the TECO of maintenance order on the basis of order operation status. I have configured the user status profile and assigned it to order operation. This user status profile have two statuses, INCL - Incomplete and another is CMPL - Complete. I have prohibited the TECO for user status INCL. But when I create an order and try to TECO, the system allows me TECO it enenif the operation user status is INCL.
    Could you Pl. tell me, have I missed something in configuration?

    Dattatraya,
    Actually you can control TECO by completion confirmation of order operation as PCNF ( partial confirmation) for operation which you have mentioned in Order. So you can set up in configuration like allow TECO only once CNF ( Full confirmation ) for all operations mentioned in Order.
    For your mentioned scenario , I dont feel based on user status you can stop the TECO, anyway you can check with other experts as well.
    Riyaj

  • Payment forms for 2 different currencies on one company code

    How can I assign 2 different forms for 2 different currencies on the same payment method and company code when using the automatic payment program ?
    Please assist.
    Debra

    Hi Debra,
    In order to do this you must first edit - Currencies Allowed for Payment Method - under Payment Method/Country.
    Then under payment method / company code assign multiple forms in the form data tab.
    Thanks
    Anand

Maybe you are looking for

  • Ipod stuck in recovery mode and won't restore. says it can't connect to the network.

    My son tried to jailbreak his ipod touch like an idiot and of course it did not work. Now his ipod is stuck in recovery mode and I can't get it to restore. I get a message that says:the ipod software update server could not be contacted. Make sure yo

  • File Adapter Query, when PI server restarts polling starts

    Hi Experts, I have one problem with File sender adapter if someone can suggest solution or easy way to handle situation. I have a interface with 50 file adapters. I am activating all file adapters with poling interval 24 Hours. And I am activating al

  • Searching a string in a pdf blob

    Hi, My requirement is finding a string in a blob data. I am using dbms_lob.INSTR(FILE_DATA, utl_raw.cast_to_raw('Tag Switch'),1,1) > 0 approach. It is working properly for doc htm, text formats. But when we try to search in pdf blobs, it isn't workin

  • Help with callback from script src= with jsp processing

    I am trying to understand several different ways to get dynamic content into a system I am building. These include: 1. <script tags to fetch text from a jsp page 2. <img to fetch images from a jsp page 3. AJAX to fetch text from a jsp page. (In all c

  • Desktop freezes occasionally and recovers after around 10s in 2.6.35-2

    Top shows i915 is taking 100% CPU. The system is a thinkpad SL410, running latest versions of Xorg, intel-video, openbox + xcompmgr. Killing xcompmgr seems to resolve the problem. No such issue while with 2.6.34. Perhaps some conflicts with out-of-da