Copy control from Sales order to Delivery field FAKSK (Billing Block)- VTLA

Hi All,
I'm facing a standard issue, inputs and resolution from you would be appreciated,
Issue is, If we put the Billing block in Sales order header this should not allow us to create an Invoice, But in my examples i can create the Invoice without any errors!
The billing block from SO will be copied into Delivery header? if yes this will definitely not allow in my cases to create an Invoice, but i cannot see the Billing block copied into my Delivery! any Copy control settings missing?
Why the Invoice will not check the Billing block from Order while creation?
Thanks and best regards,
Siddaram

The billing block from SO will be copied into Delivery header? if yes this will definitely not allow in my cases to create an Invoice, but i cannot see the Billing block copied into my Delivery! any Copy control settings missing?
Check Copy settings in VTLF tcode. Target is your delivery type. Source is your Sales Order type. Double Click to see Data transfer. Click on the small icon in field Header Data. Find your routine number and select source text. Look at the code if there is mention about LIKP-FAKSK field. You don't have ABAP, search the forum or google on how to comment it on your own to remove this data transfer.
Why the Invoice will not check the Billing block from Order while creation?
Check Copy settings in VTFA if it is Sales Order to Billing or VTFL if it is Delivery to Billing. Do something like above to find routines. But this time round is to check Copying requirements not data transfer and it can be at billing type level or at item level. If no check on VBAK-FAKSK field, you can copy the standard routines or make modification to customized routines to build the requirements checks. If no ABAP, search google on how to change routines.

Similar Messages

  • Does anybody know table for copy controls from Sales document to Delivery

    Hi,
    Does anybody know table for copy controls from Sales document to Delivery. Especially for item level.
    Regards,
    Praveen

    >
    Lakshmipathi wrote:
    > Almost all members know copy control from sale order to delivery.  What exactly your problem is ??   Please post that and avoid asking questions like this !!!!!!!!!!
    >
    > thanks
    > G. Lakshmipathi
    Sorry for my post. I guess you were a wee bit quicker than me in the reposnse

  • Copy Control From Sales Order to Purchase Order

    Hi Experts,
    I want to ask how the copy control from Sales Order to Purchase Document can be done? Because they are instances that the users have some items in the Sales Orders not copied to Purchase Document.
    Thanks a lot!

    Hi Experts,
    I have seen the documentation for 3rd Party Sales, thanks to some suggestions. However, there is a report which does not work in our Test Environment, the program name is SDMFSTRP. As suggested by some forums, this is another way of connecting Sales Order to the created Purchase Requisition. So I'd like to ask if there are other ways to connect the 3rd Party Sales to the created Purchase Requisition.
    And also may I know your scenarios when there will be missing items from Sales Order to Purchase Requisition. There are some instances that from Indent Orders, some SO items are not copied to PR.
    Thanks a lot!

  • Copy control from Sales Order  to Purchase requisition

    Can any one guide me how to set this, which fields need to be copied from Sales order to Purchase requisition.
    Vasu

    I don't think so sap has provided this kind of control but you can configure certain things as item category level for thirdparty in SD
    SPRO-SD-sales-sales document-sales document item-define item categories
    here you can check for item category TAS or you can create your own

  • Copy control from Sales order to Credit memo-VTAA

    Hi
    We have a below requirement..
    While copying from sales order to Credit memo order type,defualt payment terms in credit memo order type should be always change to NT00(payable immdtly due date)
    So we had written a routine under sales order copying .VOFM-901
    In VTAA we have set 901 instead of 101 under Copying requirements for transferring business data-under change header view..
    But while creating sales order type CR with reference to normal sales order,it is not copying the NT00 payment term..
    Can u tell us whether any other settings required in VTAA.
    Note:We had copied existing 101  to 901 with addition logic -
    IF VBAK-AUART = 'CR'.
       VBKD-ZTERM = 'NT00'.
    ENDIF.
    Regards
    Sudha

    Hi Sudha,
    The coding added in 101 is not enough to achieve your requirement, because of the fact that the VBKD-ZTERM will be filled again with the original value from CVBKD in the copy routine on the item level. (For example 102 for OR to OR in standard system)
    Could you please create another routine 902(adding the addition coding to 102) and replace it on copy control for item level?
    It should work then.
    Regards,
    Smile

  • Copy control from PO to outbound delivery

    How is the customization of the copy control from the purchase order to outbound delivery is done (especially for the intercompany processes)?
    Thanks in advance for the answers.

    The customization of purchase order to delivery are done two places, first at SPRO->Materials management->Purchasing->purchase order->set up stock transport order. Here the customer number/sales area are assigned to both supplying and delivering plants. From this customer number, the shipping data are utilized in creating the shipping document, for example shipping conditions. The copy control from purchase order to delivery is done at SPRO->Logistics execution->shipping->deliveries->copying control->specify copy control for deliveries. Here check the settings made for DL ->NL (STO) and  DL->NLCC (Cross company) copy control settings. The delivery document types NL and NLCC are assigned with value B-Purchase order required in the order required field in t.code 0VLK. By this way, the system understands, the data must be copied from purchase orders.
    Regards,

  • Copy Control between Sales Orders and Deliveries

    Hi Gurus,
    please can you tell me why copy control between Sales Order and Delivery doesn't work?
    At header level, into copy control, we can set 2 requirement routines, one as general requirement for copying (TVCPL-AUBED) and the other one as requirement for grouping orders into deliveries (TVCPL-AUZUS).
    At header level we can also set a routine for data transfer to define how data are passed from Sales Order header to Delivery header (TVCPL-GRUAK).
    Then we can set routines at item level, one as requirement (TVCPL-AUBED) and one as data transfer (TVCPL-GRUAP).
    When delivery is created with VL10A transaction, at header level only the first  general requirement routine is used (FV50B***). Grouping requirement is not used (we also set a break point and the program is not passing into this routine).
    Then it is used the requirement routine at item level (FV50B***).
    Please can you tel me how we camake working the routine for grouping requirement at header level?
    Thank you very much.
    Kind Regards
    Andrea

    Hi, we used standard routine even if to be sure we run also the generation report you mentioned.
    Please any other suggestions?
    Thank you very much.
    Kind Regards
    Andrea

  • Copy Net Value(VBAK-NETWR) from sales order to Delivery VL02N

    Hi all,
    Please can anyone help me with this? When the sales order is saved we need to move the net value to the any field in the delivery.
    Thanks
    Jasmeet

    Hi,
    This is a standard SAP functionality that values from sales order will be copied to billing and not to delivery.
    In fact values from both sales order and delivery are copied to billing.
    If you want to copy that you would need to copy the same in some empty field in the delivery document and that too with some BadI or user exit ZE_SHP_TAB_CUST_HEAD.
    This user exit will create an additional tab in delivery header and you can copy the pricing value from sales order to any field in this tab.Developer can confirm the same.
    Regards
    Karan

  • Can't change quantity when copy from Sale order for Delivery

    Hi all!
    Can i use authorization for can't change quantity when copy from Sale order for Delivery.

    Tien,
    Approval will not work when you have mutiple rows of data.  You would have to work with SP Transaction Notification
    There has been threads before on the forum on the same topics.
    Block the Quantity in Sales Delivery
    Approval Procedure for chaning quantity in Delivery Document
    Suda

  • Dynamic data flow from sales order to delivery and vice-versa

    Hi Experts,
    One of our teams working for a client (transportation industry) on ECC 6.0 is facing an issue in relation to copying of partner data. (Ship-to-party address field changes to be precise)
    Currently, whenever the partner address data changed in a Sale order, though delivery is already created prior to this change, the change done is dynamically getting reflected in delivery too. Further, if the partner data in the delivery is changed, this also is getting updated on the preceding document i.e. sales order.
    We have checked the copy controls under VTLA and didn’t find any specific modifications made in this regard. Our question is:
    Is there any configuration available in standard SAP through which the data updates (like header data viz. partner field data etc.) get dynamically updated forward and backwards in a sales flow(i.e. from sales order to delivery and vice-versa)
    Your help on this will be highly appreciated.
    Regards,
    Jagan

    if the partner data in the delivery is changed, this also is getting updated on the preceding document i.e. sales order.
    The standard functionality is if you change the address of a partner function, the same will get reflected in an existing sale order.  This being the case, can you reconfirm your statement that in delivery, if you change the partner function, the same will get updated in sale order also?
    G. Lakshmipathi

  • Item Quantity not Copied exactly from sales order while creating Invoice

    Hi Experts,
    at
    My Functional Guy encountered a strange problem while creating Invoice from Sales Document.Actually there are 6 line material items in the order and the sixth line item is having a quantity of 8EA While trying to generate an invoice from sales order the sixth line item billed quantity gets converted to 70EA automatically  in the invoice .This only happens with the sixth line item and the remaining all are fine.I have checked OSS Notes and could not get a.ny fruitful results.Please let me know if you have any suggestions.I also checked with the functional guy whether its the problem due to copy controls.But everything is fine.Please help
    Best regards,
    Lakshman

    Are your invoices combing multiple delivery line items based upon copy control/invoice split/combine configuration settings?
    If your order was for 8 and you delivered 8, and there is no conversion for units, and the only quantity being included is for a single order line and delivery line, then there must be an error in customer-written exit or enhancement code that you have yet to find.  What do you see in debug when the data for this line is being collected and set?
    Edited by: DaveL on Sep 6, 2011 4:19 PM

  • Quantity is different from sale order and delivery

    Hi,
    Gurus,
    Quantity is different from sale order and delivery.
    I identified the Material in the sales order, the item category for this material as BOM.
    I have also checked the bill of material display header overview. The Base Quantity maintained as 1000 EA3. The SUBITEM maintained in G in the unit field in bill of material display.
    Accordingly i have checked the same for material master's additionl data in Units of Measure tab, it is mentioned the basic unit as 1000 EA3 and alternative unit as 600 G.
    My client processed the order for 100 QTY. The QTY for the two sub item is 99.601 each in the sale order.
    My client Question is why in delivery the Material Qty is coming as 99.730 and the SUB ITEM is coming as 99.330 EACH.
    Note:- The material X is maintained in EA3 in Bill of material header overview. I do no how the sale unit came as G for the Material in sale order.
    The other two sub item is perfectly coming as G. Because it is maintained in G in the Bill of Material Display.
    Guide me GURUS.
    Thanks and Regards,
    ANAND

    Hello Rumar
    I guess you entered the text manually in the sales order. The Ship-to may not be having any text, but the Sold-to may be and it may be coming from sold to.
    In transaction VOTXN, check the access sequence for the text type id and see which one takes precedence - one from customer master or from the order by checking the order of accesses.

  • To copy data from Sales order to subsequent purchase order

    Hi all,
    My requirement is to copy Ship-to party address and Incoterms from sales order to subsequent Purchase order.
    I am using exit EXIT_SAPFV45E_001 for this.
    My doubt is - in which tables, Ship-to party address and Incoterms for a purchase order are stored? So that I can copy them from Sales order and update Ship-to party address and Incoterms for corresponding purchase order.
    In exit I can access sales order number and corresponding purchase requisition.
    Thanks,
    Sachin

    what business scenario is this? third-party-order-processing? in that case SAP standard would submit the data from the sales order to the purchase order (via purchase requisition) automatically, see documentation: http://help.sap.com/saphelp_erp60_sp/helpdata/en/dd/560287545a11d1a7020000e829fd11/content.htm

  • Copying Text From Sales order to Billing Document

    Hi all,
    I have searched all posts for my issue but found nothing so that i am posting this issue.
    I want to copy the Some text form sales order to billing document is there any cnfig to do this
    order is there any exit for billing in which i can write code to copy text from sales order to billing document.
    please provide me a solution.
    Thanks in adavnce.
    Vinod.

    Hi,
    Use the same t-code VOTXN to do access sequence assignment.
    When you choose text object Billing Doc (header/item), there is 3 folders in dialog structure:
    - Text procedure
    - Access sequence
    - text procedure assignment
    In the text procedure folder, select related text procedure, then assign the created access sequence to respective text id.
    Hope this help.
    Cheers,

  • Any user exit to copy text from sales order to PR

    Hi,
    Any user exits or bapi to copy text from Sales order to Purchase requisitions.
    Jack

    Hi
    In SPRO , please use the menu path Materials Management - Purchasing - Purchase Requisition- Texts for Purchase Requisitions - Define copying rules
    Here  select the text and double click on Text linkages. There you can define the source text from sales order to the target text in PR.
    Please try and let me know if you still have any queries.
    Please reward points if this helps you
    Rgds

Maybe you are looking for

  • Send automaticly a report after generation

    HI, how to send a report (the result of tcode MB52 for exemple) automaticly by mail after generation by job. thx

  • Problem in set comment  as mendatory

    i hv working on a project i.e. approval system in which some hierarchy are there. there are 3 action on approval like: approve all, reject ,back when we approve data it's only goes into log table not saved in date base. when i press save button it co

  • Missing "Select a Template" when editing asset?

    Okay, I need some input here! We recently upgraded from Fatwire 7.5 to Webcenter Sites. I now a have question about something, for which I don't know if it is caused by an error, a misconfiguration, or is just a new feature, in the Webcenter Sites UI

  • Unable to resolve stale data error in parent-child page structure.

    Hi Experts! I've got a master-detail page which consists of two VOs(EO based), Lets say 1. MasterTableVO 2. DetailTableVO This page contains two page buttons "Cancel" and "Apply" till here it works all fine & perfect[by that i mean creating, retrievi

  • Concurrent employment  and IT0008

    Hi, If an employee is holding two positions at a time, the salary components in IT0008 have to be maintained separately for individual positions. i.e  Two basic pay records to be maintained for a employee at a time in IT 0008. This functionality is n