How to enable certain fields in billing document?

Hi gurus!
I need your help with this, we recently upgraded our system from version 4.6C to ERP 2005. We have some users in Sales who are in charge of the billing process, in version 4.6C they were able to change some fields of the billing header such as:
- Currency
- Payment terms
- Incoterms
In the new version these fields appear as "disabled" (users cannot change anymore what was copied from the Clients Master Data).
I know there's some configuration in which info is copied from the sales order to the billing document (Copy Control). I already checked that and I'm not able to find where I can change something to "enable" these fields so users can define whatever they need.
I also tried to see in SE80 if the fields that are part of that Dynpro have some other properties to enable them but was unable to change something.
I also checked transactions OVA2 and VUA2 but didn't find somenthing that could help me out with this. Finally I checked different user exits in the previous version but it seems that when this was originally configured that was not the solution.
There's also something else going on with the header because in the previous version users had the chance to type different texts in the Text Header tab but now everything is "disabled".
Is there a transaction or something that you know so I can enable those fields?
Thanks in advance.

Not sure what the requirement is as ideally, you are not suppose to change the partner function manually during shipment.  However, go to VOPA,  place your mouse on Transport and click on Partner Procedures.  Double click on Procedure and see whether Forwarding Agent  is set to Not changeable .  If so, untick that and save.  Now retry the process.
thanks
G. Lakshmipathi

Similar Messages

  • How send an  outbound delivery and billing document by FAX

    How send an  outbound delivery and billing document by FAX

    Hi,
    http://help.sap.com/saphelp_nw04/helpdata/en/2b/d925bf4b8a11d1894c0000e8323c4f/frameset.htm
    You have to create an RFC user for the RFC interface, so that you can receive messages in your SAP system. For each external communications system, create an RFC destination and a Node.
    You can add more systems, that is, create new nodes, even during operation. Since new Customizing settings may be necessary, you can branch directly from SAPconnect administration to Customizing (for example, to maintain the rules for recipient number adjustment).
    Outgoing messages are first stored in a queue. You have to schedule send processes so that the messages are sent from the queue to the external communications system. You can distribute incoming messages with inbound distribution using the recipient addresses.
    You can also change the default settings for confirmations of receipt in the Internet. You can specify a default domain to enable messages to be sent externally to users or objects to which no Internet address is assigned.
    The tools for monitoring and error analysis are available for monitoring sending. You can check the operating status of the external communication components in the SAP System and evaluate the send status of the documents. If errors occur, you can configure a trace that logs the processing of messages.
    An overview of the settings that you have to make in the SAP System in order to enable sending can be found in the documentation on External Sending in the SAP System.
    Hope this will help.
    Regards,
    Naveen.

  • TDC field  in Billing document

    I want a field from Billing document  which Must have 100 % functionality similar to  the Field in  sales order  Header (Tab -Billing document)- Tax departure country LANDTX (TDC).
    I need to include that a field from billing document in a routine which helps in determining a condition typeu2026I am  building a logic based on TDC
    can any one help me out
    Regards
    Sujan

    There is no standard text but you there are two values you can pass the reference number and the assignment number. They are configured in transaction VOFA. The values you can pass are Purchase order number, sales order number, delivery number, current billing document number, external delivery number.

  • How to determine number range for billing document based on company code ..

    Hi Friends!!
    can anybody tell me how to determine number range for billing document based on company code & tax departure country if required??
    Amit...plz help me!!

    Hi Amit,
    1. Define different Billing Document number ranges in  SPRO -> Sales & Dist -> Billing -> Define number ranges for billing docs. (VN01). Make sure that all are internal number ranges.
    e.g.
    NO.  From number To Number    Current number  Ext
    A1   0930000000    0930999999
    A2   0940000000    0940999999
    A3   0950000000    0950999999
    2. Define a Ztable ZNUMB_RANGE as follows
    Comp. Code | Tax departure country | Billing Doc Type | Number Range
    100                IN                               F2                      A1
    200                IN                               F2                      A2
    200                US                              F2                     A3
    3. In user exit RV60AFZZ (USEREXIT_NUMBER_RANGE)
    Read table ZNUMB_RANGE for Number Range with Comp. Code, Tax country and Billing Doc.
    If found pass this number range value to us_range_intern.
    us_range_intern is a standard SAP variable which tells program which number range use to create the current document which is under process.
    Let me know if you are clear.
    Thanks,
    Mandar

  • Assignment field in Billing Document

    Hi,
    Can anyone tell me how the Assignment filed (VBRK-ZUONR) is updated in biiling document.
    We have an issue in passing the value to the accounting document. I was refereing to existing billing documents, infew invoices the filed is populated with PO number of sales order. In few invoices it is populated with Delivery number.
    Please let me know what is the configuration i need to check.
    Regards,
    Jagadish

    Hi Jagadish,
    1. In the standard configuration, through copy control you can do setting for assignment number.
    2. If normal billing is done then it will take deliver has assignment number for cancel doc it will take original invoice has reference number, for credit or debit memo it will take order has assignment number.
    If you want to pass any other value in to this field, go to SE80 there select function group XVVF there you will find many exits there you can find the relevant exit and write a code.
    Or use other user exit Rv60afzz.
    Hope this will help you in solving problem.
    Regards,
    Nagesh
    Edited by: Nagesh MS on Dec 16, 2010 2:37 PM

  • Originating doc field in Billing document

    hi,
    Please help me understand the how the originating doc. (VBELV) field appears in billing documents.
    Do we make any settings for it or it is dependent on the code.
    For reference field we make settings in copy control but am not able to locate how this field is controlled.
    Regards.

    Hi,
    The ORIGINATING DOCUMENT willl appear only for the  MASTER CONTRACTS.
    Please go to the INCLUDE  RV60AFZC  which shows that if the VBTYP in the Document flow is 0 then only the VBELV field will populate.
    This is the include shows for VBELV
    select vbeln from vbfa into table lt_vbeln
                        where vbelv = vbrp-vgbel and vbtyp_n ='O'.
            select vbeln fbuda from vbrp into  table lt_cmr
                               FOR ALL ENTRIES IN lt_vbeln
                                    where vbeln = lt_vbeln-vbeln.
    regards,
    santosh

  • VBOF/SDBONT06 does not update "last changed" field of billing documents

    Hello,
    we have developed a solution in BI, where billing document information (VBRK) and corresponding condition information (KONV) is loaded into infocube in BI. We want to work with delta-loads in BW. The delta loads can be triggerred based on field ERDAT (creation date) or AEDAT (last change date) in the VBRK table.
    However, the VBOF/SDBONT06 program does only update the condition information in KONV, but does not change anything to VBRK. Therefore the AEDAT field in VBRK is not changed. And the records in KONV table do not have a creation/change date at all. Thus, the delta load in BW will not pick up the changes made by VBOF.
    Does anybody know whether e.g. user-exit for VBOF/SDBONT06 exists that enables to update the AEDAT field of VBRK table?
    Thanks

    Hi,
    You are correct that stauts is updated in table VBUK and VBUP.
    However, a sales order does not determine a billing status for delivery related billing, field
    VBUP-FKSTA is only determined for delivey.
    So, it is correct behavior that VBUP-FKSTA = BLANK when searching VBUP with
    VBUP-VBELN = sales order number.
    Just because of above reason, you will not find billing status field in VA03 -> goto header/item;
    you could only find billing status field for delivery in VL03N -> status overview.
    It seems that you are trying to find out sales orders that have been fully deliveried and fully billed, am I right? As far as I know, there is no directly table/field/tcode that could meet your requirement.
    You could consider following workaround:
    firstly, get a list of deliveries that have been fully billied(search VBUP with VBUP-FKSTA = C or search VBUK with VBUK-FKSTK = C);
    Secondly, using these deliveries to search table VBFA to find out related sales orders.
    Hope this helps.
    Best regards,
    Crystal

  • Field in billing document

    Dear Friends,
    Pls let me know is there any field available at Billing Document at Header Level where i can maintain text manually and the same field is available (can be seen) at FBL5N report??
    Plos tell the Tab and Field name.
    Srikky.

    There is no standard text but you there are two values you can pass the reference number and the assignment number. They are configured in transaction VOFA. The values you can pass are Purchase order number, sales order number, delivery number, current billing document number, external delivery number.

  • Set exchange rate field in billing document

    VBRK-CPKUR (set exchange rate tick box). Anyone tell me wht this does? Is it driven from the billing document type? It is defaulted to checked for us and I don't want it to be. How can I change the default?
    Points will be awarded.
    Jon

    hi,
    <b>ID:Exchange rate setting (no new rate determ.in bill.doc.)</b>
    Indicates whether the foreign currency exchange rate that is applied to the sales document is fixed or whether it can be changed during billing.
    Procedure
    The system can propose a value. You can change the value manually in the sales document. If you are allowed to change the exchange rate during billing, the system recalculates prices using the most recent exchange rate.
    pl reward if it helps.
    Thanks
    Sadhu Kishore

  • How to enable all fields in DTP Semantic Group....

    Hi
    In BI, for one of my Master Bearing Infoobjects DTP-> Semantic Group is enabled for all fields. But for 2nd master bearing infoobject, only its primary keys are enabled & non-primary keys r disabled in its semantic group. Even both structure have same DTP settings and both have data.
    Could u pls. let me know why is it so & how can i enable all fields in semantic group.
    Thanks...

    Hi Harpal,
    What are your target and source objects?
    Take a look to the following link.
    [http://help.sap.com/saphelp_nw70/helpdata/en/42/fa50e40f501a77e10000000a422035/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/42/fa50e40f501a77e10000000a422035/frameset.htm]
    Choose This graphic is explained in the accompanying text Semantic Groups to specify
    how you want to build the data packages that are read from the source (DataSource or
    InfoProvider). To do this, define key fields. Data records that have the same key
    are combined in a single data package.
    This setting is only relevant for DataStore objects with data fields that are
    overwritten. This setting also defines the key fields for the error stack.
    By defining the key for the error stack, you ensure that the data can
    be updated in the target in the correct order once the incorrect data
    records have been corrected.
    Regards, Federico

  • How to suppress certain fields in ALE Outbound INFREC IDOCs?

    Dear All
    Is it possible to suppress certain fields in Outbound ALE IDOCs (for example INFREC IDOCs) ?
    I am in need to send Info Records from one ECC system to another. The problem is, in the sending ECC system the INFREC IDOCs are created with the field E1EINAM-INFNR which carries the Info Record number. But the target ECC system might have a different Info Record already existing (for a different article) with the same Info Record Number. If the INFREC IDOCs are created without the INFNR field (i.e. if the field is blank) and then sent to the target system via ALE, it is successfully processed in the target system and a new Info Record is created with a different Info Record number. This is what is required. How can it be made possible?
    Thanks
    Vignesh Sankaranarayanan

    Use the transactions BD62, BD79 and BD55 to setup and assign conversion rules for your IDOC fields and set a constant '/' for the infnr field.
    Test if that is enough or you might need to take extra care for the name field of info record texts. I am not in a system currently, so I can't check whether long text name is based on info record number or only a mix of info record keyfields (without info record number itself).
    You should also have a look into my blog Stumbling blocks  in purchasing info record migration by LSMW IDOC method
    You will probably hit the one or other issue that I described too.

  • How to enable certain network ports on Solaris 9?

    Hello,
    I have a requirement to enable certain ports like 166, 177 or 1521 on Solaris 9 machine. I was told that by default all the ports I mention is not unable.
    How do I go about to enable those ports?
    Thank you.

    I'm a novice when it comes to unix...and to Software/TCP/IP also, apparently. Port 166 is usually associated with Sun Management software. All you need to is install it and make sure that it's running ...then you can try telnetting into it.

  • How do you view original CRM billing document from R3

    We have sales orders and billing now in CRM.
    We have a requirement to link the accounting document to the billing document in CRM.
    Does anyone know if there is a standard function module to get the document flow or link to the CRM document?

    Thats a cool idea.....but, it seems its not something that can be done, due to browser and word restrictions rather than robohelp else.
    Your browser is going to download the .dotx file, and open that rather than allowing the new-file-based-on-template macro thing to run.
    Only work around I could suggest would be to use the template to create a blank .doc or .docx and link to that rather than the template.
    some info I found...
    http://getsatisfaction.com/pbworks/topics/link_to_word_template
    http://en.allexperts.com/q/Microsoft-Word-1058/2008/7/template-link-webpage.htm
    good luck.

  • How to create Automatic Delivery and Billing documents immediate

    Hello,
    I want to create Automatic delivery and billing documnets immediate once I create a sales order.
    E.g I need to see in the Status Bar the delivery and billing document was created.
    Thank you in advance
    Your help is highly appreciated
    Alfaid

    Please search in sales forum.  Many times this was discussed there.
    thanks
    G. Lakshmipathi

  • How to enable pernr field in  miro

    Hello,
    while creating invoice in miro, pernr(emp no.) field is in display mode but i want the field in changeble mode.
    for the above requirement I have enabled pernr field in miro by going to transaction olmrlist   and then entering the below
    Transaction          MIRO
    Screen variant       7_6310
    Program              SAPLMR1M
    Screen               6310
    and by checking  the attributes of field Personnel no .
    while doing so the quantity field which was intially enabled got  disabled .
    I want the quantity field to be enabled.
    I am working in sap ecc600.
    Kindly help me .
    Regards,
    Rachel
    Edited by: Rachel on May 7, 2008 11:24 AM

    I got the answer for my Q.
    Purchase order is a service PO and in case of service PO, you can
    enter the quantity during MIRO only if GR-based IV and SRV-based IV
    indicators ( at invoice tab of PO) are ticked. Since  PO  present in system these indicators  not ticked so quantity field is set as displayed.
    Regards,
    Rachel

Maybe you are looking for

  • How can I select the time values of a signal and connect them to the y-input of a divide command?

    Hi, I have an analog signal connected with a threshold peak detector. The counted peaks shall be divided by the total time of the recorded signal. My problem is, I don't know how to connect just the the x-values, i.e. the time component of the signal

  • IPod won't appear in iTunes or Desktop until I reset every time

    Hi All. Sorry if this has been covered. I read the article on this (http://docs.info.apple.com/article.html?artnum=60950), but it didn't help. My problem: I have the 30gb 5th-gen iPod and an Intel 1.83 Mac mini (10.4.8). Recently, every time I plug i

  • Application doesn't work after build

    hi,  My program doesn't work while running the.exe.It works fine in Labview develop enviroment but it fails running when i do the same in .exe . If i run my .exe file ,i will get always error like below (see attch..).i am using Driver for Spectrum An

  • X3 02 Having problem with display

    I tried to download a file from nokia website and all of a sudden my X3 02 is having display problem. it is flickering and very hazy. Can someone help me out. Regards Feroz Khan Moderator note: e-mail address removd - it is unwise to publish personal

  • Unable to exit forms session deployed through application server10G R2

    Hi all, I'm having an issue where I'm unable to exit the forms session. 1) Installed Oracle Application Server 10g R2 on Windows 2003 2) Upgraded custom forms from 6i to 10g 3) Created a forms configuration for the custom forms 4) Deployed forms. 5)