Can we change Billing block(LIKP-FAKSK) by using"BAPI_OUTB_DELIVERY_CHANGE"

Hi,
My requirment is, need to clear the billing block field (LIKP-FAKSK) for Delivery header. Can I use standard BAPI "BAPI_OUTB_DELIVERY_CHANGE". If not please suggest with other BAPI or Standart Function Modules.
I searched in many Outbound Delivery BAPIs, but billing block field (LIKP-FAKSK) does not existing in sturcture of these BAPIs.
Please suggest me with any BAPI or Function Modules. or Any Idea how to proceed.
Thanks

Hi Experts,
Any Idea or suggetions for my abouve quary. Your suggestion r importent for me now.
Normally we can change from VL02N tcod for single fields. But in my report i have to use BAPI or and Funation Modules for Delivery header.
Regards

Similar Messages

  • Need Bapi to change Billing block

    Hi
    if any one knows the BAPI to change Billing Block of a document , can u send me the BAPI name
    Thanks

    BAPI_BILLINGDOC_CANCEL         Cancel Customer Individual Billing Document                          
    BAPI_BILLINGDOC_CANCEL1        Cancel Customer Individual Billing Document                          
    BAPI_BILLINGDOC_CONFIRM        Customer Individual Billing Document : Confirm Billing Document      
    BAPI_BILLINGDOC_CREATE         Custimer Individual Billing Document : Create Billing Document       
    BAPI_BILLINGDOC_CREATEFROMDATA Create Customer Individual Billing Doc. Using Ext. Doc. from RH      
    BAPI_BILLINGDOC_CREATEMULTIPLE Create Individual Customer Billing Document                          
    BAPI_BILLINGDOC_DISPLAY        Customer Individual Billing Document : Display Billing Document      
    BAPI_BILLINGDOC_EDIT           Customer Individual Billing Document : Change Billing Doc. (with dialo
    BAPI_BILLINGDOC_EXISTENCECHECK Individual Customer Billing Document : Existence Check               
    BAPI_BILLINGDOC_GETDETAIL      Detailed Information on a Billing Document                           
    BAPI_BILLINGDOC_GETLIST        Detailed Information on a Billing Document                           
    BAPI_BILLINGDOC_GET_FIELD_INFO Determine Field Information for a Billing Document                   
    BAPI_BILLINGDOC_IS_CANCELLED   Individual Customer Billing Document: Is Billing Document Canceled?  
    BAPI_BILLINGDOC_SIMULATE       Simulate Customer Individual Billing Document using External Document
    BILLINGDOC_DISPLAY

  • How can i change zz-field in VA01 transaction using BAPI_SALEORDER_CHANGE

    Hi ,
    i have to change the some customized fields (z-fields ) in transaction va02.
    how can i change the customized fields using bapi. i am using 'BAPI_SALEORDER_CHANGE' .
    i am writing my test program like this :
    wa_extension-structure = 'VBAK-ZZDELVRNO'."'BAPE_VBAK'.
    *"'VBAK-ZZDELVRNO'.
    wa_extension-VALUEPART1 = '100000303810'.
    wa_extension-VALUEPART2 = '123456'.
    append wa_extension to it_extension.
      MOVE: con_upgrade TO l_header_inx-updateflag,
      con_x TO l_header_inx-bill_block.  " Billing.
    l_faksk TO l_header_in-bill_block.  " Billing block.
    *--Call Bapi 'BAPI_SALESORDER_CHANGE' to change billing block
      CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
           EXPORTING
                salesdocument    = l_vbeln
                order_header_in  = l_header_in
                order_header_inx = l_header_inx
           TABLES
                 EXTENSIONIN    =  it_extension
                return           = it_return2.
    i don't know exactly wat's the value i have to populate into table EXTENSIONIN .
    it's very urgent .
    Thanks,
    kumar.

    BAPI-step by step procedure
    http://www.sapgenie.com/abap/bapi/example.htm
    list of all BAPI's
    http://www.planetsap.com/LIST_ALL_BAPIs.htm

  • HT4528 I bought my iPhone in Germany, how can I change carriers to be able to use it in the US?

    I bought my iPhone in Germany, how can I change carriers to be able to use it in the US?

    Ask the carrier it's locked to if they'll unlock it. If they won't, sell it.
    (93532)

  • HT2509 How can I change a font recognition, whenever I use 'Palbo Let' it defaults to 'Lucinda Grande'?

    How can I change a font recognition, whenever I use 'Palbo Let' it defaults to 'Lucinda Grande'?

    I have a copy of what I did if that's what you mean.  And it's funny because it happened again.  I was just randomly messaging someone and a picture popped up with the Aa key and the color slide on the right edge .  Normally if I hit the pictures my pictures come up small on the bottom of Messenger and then I can send them or do other things.  But when it happened yesterday  I don't know if I hit a combination of keys or how I did it but I did but a large picture came up that I took of Facebook (both times were pics of f/b) and instead of the normal Airdrop, then Facebook, Messenger, Mail, Twitter and the More button  and under that the copy, slideshow, print, etc.  I get the Aa and the color thing.  Can someone be hacking me.  Can it be an error.

  • How can I change the phone number that's used for my iMessages

    How can I change the phone number that's used for my iMessages

    I Know but i did a number port and the iMessages is showing up using the original number that I had when I first purchased this phone from tmobile

  • How can i change the default application that Lion uses to open a document?

    how can i change the default application that Lion uses to open a document?

    Right-click on the document, select Get Info... In the lower half of the tall window that opens is a section labeled Open With (you may need to click on the disclosure triangle to see detail). Select from the pop-up list which app should open this document. If you want that to become the default condition, click on the Change All... button.

  • Changing billing block in outbound delivery

    Hi All,
    I want to change the billing block for the outbound delivery( tcode : VL02N ). That field is LIKP-FAKSK (Billing block). It will be helpful for me if I could get a BAPI or FM. I have tried BAPI_OUTB_DELIVERY_CHANGE but it has only the Delivery block but not the billing block. Plz. help.
    Thanks,
    Srinath S

    Thanks Rajesh for quick reply.
    I did the same earlier but if delivery block is available in ECC and material is stage on hold area. and now after some time i need to dispatch same delivery, but now i am not able to remove delivery block from ECC, Beacouse Vl02N does not work after delivery distributed in EWM so how can i do PGI for the same .

  • Problem in changing Billing Block for sale order.

    I need to change the Billing block of the particular sale order ,I am using BAPI_SALESORDER_CHANGE and populating sale order and billing block in the respective structure .The billing block is not getting changed.
    Thanks
    Ravi

    Try to use CRM_STATUS_CHANGE_INTERN if it's system status
    and CRM_STATUS_CHANGE_EXTERN if it is user status

  • Mass Change billing block on Sales document.

    Hello Experts,
    I have 5000 sales documents which are blocked with billing block on header level. Please suggest me how to MASS remove all these billing blocks from these sales documents.
    Thank you.

    create a CATT script of LSMW to record the change sales order process, and then run through the data.

  • How can i change billing and profile names?

    I want to enroll the iOS Developer Program, the one of the $99... But I'm 15 years old, and don't have an credit card, so, my father had to lend me his.
    But there at the forms you have to fill, they say the name has to be the same as on the credit card, but if i do so, my father's name that would be there, can i change it, put my father's name on the billing info, and mine's on the profile info, (the one is shown on app store)?

    No.  The names must be the same.
    Your father can join the program and you can do all the work.
    But his name will appear in the App Store.
    Addendum:  And your father will be legally responsible for any interactions you have with the Apple Developer Program.

  • Finding batch job name for sales order change (billing block)

    hi,
    there is a tab known as billing block in the sales order.
    now a batch job ran which removed this billing block and released the sales order for delivery and PGI activities.
    we have the information regarding the date and time on which this batch job ran but the job name is unknown.
    also we tried in SM37 which gives no details.
    we have information regarding the user name of the batch job but name is unknown.
    help us in finding the batch job name with the above mentioned available data.
    it is a very high priority.
    thanks in advance
    Rahman

    Hi ,
    in SM37-->
         a)Set the Job start condition ( dates ) --You have information --YOu can keep them blank if you don't have the information. But it will fetch all the batch jobs of the user.
         b) user Name  -You have information
         c_ use '*'  in place of Job name
    Then this will fetch you the Batch Job name . Then Check step --> you can find the program name.
    You can check the Log for job details like when started and when completed.
    Regards,
    Lanka

  • Is there a way to change shipment block reason on delivery using BAPI ?

    Hi Experts,
    Is there a way to change the shipment block reason for a delivery using any BAPI or a function module ?
    In VL02N, the shipment block reason is present in Header--> Shipment tab under Shipment frame.
    I tried using BAPI_OUTB_DELIVERY_CHANGE but did not find any relevant parameter.
    Please suggest..
    Thanks,
    Anand

    Hi Anand,
    In the BAPI 'BAPI_OUTB_DELIVERY_CHANGE', import parameter HEADER_DATA ( Associated type is BAPIOBDLVHDRCHG ), there is a field called DLV_BLOCK.
    You can get the possible values for this field in table 'TVLS'.
    Please find the example possible values.
    01     Credit limit
    02     Political reasons
    03     Bottleneck material
    04     Export papers missng
    05     Check free of ch.dlv
    06     No printing
    07     Change in quantity
    08     Kanban Delivery
    09     JIT delivery (PDS)
    Regards,
    Vijay

  • How can you change individual words in a PDF using javascript?

    Hi,
    I am trying to do some simple text replacement in a PDF file using Acrobat. Specifically, I want to do some simple transliteration of words or partial transliteration. For instance, I would like to change a word like "red" to "ρed". This is to help me get used to the Greek alphabet step by step.
    Anyway, I downloaded Acrobat and there is no feature to do a single letter search and replace -- only word replacement. I have a Computer Science degree and decided to investigate the javascript capabilities to see if I can make those a simple letter replacement script. However, I have gotten to the point where I can cycle through every word in the PDF (using functions like getPageNthWord), and I can make a replacement on the string returned using something like: val.replace(/r/, "ρ"). However, I don't know how to replace the word in the PDF file....such as with a hypothetical function setPageNthWord (which does not exit). I have found the online documentation very thin on this, and I am scratching my head. Perhaps, it is something to do with the PDF format that I do not understand. So, is there a way to simply change text of a PDF file, like I am asking? All I am looking for is simple script to change a letter to another across a PDF.
    thanks if you can help
    Justin

    JS can't edit the text in a PDF file directly. There are workarounds, like
    using a redaction with overlay text or simply placing a new field or
    annotation on top of the old text with the new one, but they are all far
    from perfect and won't cause a "reflow" of the document, so if the two
    texts are not of the same length the result will look odd. Also there's the
    issue of which font to use (font family, color, size, etc.), which JS can't
    know so you'll have to tell it.

  • I cloud ID is lock thus this is 2nd hand phone.How can i change to my Apple ID to use?

    could any one help me?

    Hello Snozdop,
    Thanks your action for me!Thus i can't find the owner of phone that it is pawned by him in the pawn shop.
    He doen't get it that the period is expried.I just brought it in this shop.And i want to disable the Apps(Find my i  phone) in setting.It requested the i cloud ID to disable.He use his ID to active it.I can't change or disable it.
    Could u think any solution to me for this trouble?
    thks,
    Sands_monster

Maybe you are looking for

  • Working/Not Working

    I just got Apple tv. We hooked it up and it worked for 2 days. Now it when I try to turn it on I only get a black screen and the white glow light on the apple tv hardware. I have tried everything that's been reccomended doing to trouble shoot. Any ot

  • Can't see video with airplay

    I'm trying to stream HBO GO from my iPad to my TV.  I hear audio on the TV but don't see video.  Am I missing a setting?

  • Alternative data architecture solutions

    Hi All, Does anybody know what is meant by "Alternative data architecture solutions"?, I know when working with computing systems and databases like Oracle, we can have several solutions to a problem, and we have to choose the best solutions among th

  • Java Script Error in Page sumbit

    Hi Friends, Can some please help me with the JavaScript error in my jsp page. Here is my Jsp page source: <%@ page language="java"%> <%@ page import="java.util.*"%> <%@page import="com.caremark.ivr.beans.CallSummaryByDateBean"%> <%@page import="com.c

  • Why my PPS can't see the western sitcom?

      Today after work i opened the PPS,and watch my favorite gossip girl on PPS.but unfortunate i cant find anyone .anybody know what happen to my PPS??or any other reason??help me ..