part 1 of 2 sales order creation using BAPI in sap abap step by step

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 54

  • @yourtechwizard6817
    @yourtechwizard6817 Рік тому +2

    What an educating video! thank you so very much, this video helped me find which fields I had to fill in order to successfully run the BAPI, and I'm so glad that I came across your video, thanks a bunch :)

  • @ivnunitec6687
    @ivnunitec6687 6 місяців тому

    Great explanation the effort and dedication to explain each step to create the order is greatly apreciated. Greetings from MX.

  • @cbovolenta
    @cbovolenta 2 роки тому +2

    Congratulations! I like the way you explained the matter, it was easy to follow and understand. Thank you.

  • @suvosom
    @suvosom 4 роки тому +2

    Very very nice tutorial Zafar!!!

  • @Aj_id25
    @Aj_id25 3 роки тому +1

    Great explanation.. Thanks for the video

  • @naveen27263
    @naveen27263 3 роки тому +1

    Thank you Zafar. It was very useful.

  • @rpralluri
    @rpralluri 2 роки тому

    Excellent video and has proved very useful

  • @abhilashe5090
    @abhilashe5090 4 роки тому +1

    Thanks a lot 🙏 it was very detailed 👍

  • @muhammadfahim2627
    @muhammadfahim2627 2 роки тому

    Excellent video. Easy to understand. Being an ABAP learner, it helped me a lot in understanding BAPI and implementing it by ABAP program. Please tell me if you have made any videos on end to end SAP enhancement using user exits, customer exits or BADI. Thank you and Jazak'Allah

  • @ramsfunnuguy8490
    @ramsfunnuguy8490 3 роки тому +1

    thank you sir for posting this videos

  • @santosh5643
    @santosh5643 Місяць тому

    Hello SIr, your video is really helpful, i am being functional consultant i am able to follow what you explained. i have one question, by following your steps i want to use BAPI-_ACC_DOCUMENT_POST however i am getting below error -
    Error analysis
    Statement "MOVE src TO dst" requires operands "dst" and "src" to be
    convertible. Since
    this statement is in a Unicode program, the special conversion rules
    for Unicode programs apply. In the present case, these rules have been
    violated.

  • @ragingclouds
    @ragingclouds 3 роки тому +1

    Hi Zafar this is a great video very informative, could you do a video on how to created Sales order from flat file in AL11 directory

  • @adarshkn-xr1zn
    @adarshkn-xr1zn 9 днів тому

    HI , I tried the same way that you had explained but I am getting this erro 'Net value 0.00 in position 000010' , please let me know where I need to make these changes

  • @rinkygorai8193
    @rinkygorai8193 2 роки тому +1

    Hello sir. Is it necessary to create a sales order using VA01 ? Before using bapi??

  • @mdkumarz
    @mdkumarz 4 роки тому

    25:11 create program to execute BAPI

  • @pujagorai9973
    @pujagorai9973 2 роки тому +1

    Hello sir. I was trying this code..but having an error i.e. " No customer master record exists for sold-to-party". Can you plz help me out. ? Thank you.

    • @zafarkarnalkar
      @zafarkarnalkar  2 роки тому +1

      Hi,
      Check in xd03. Or table kna1
      Whether customer exit or not.
      If ur executing calling from non SAP system. For customer use conversion exit alpha input to add leading zeros

  • @sanjeevkumarbalasubramania7468
    @sanjeevkumarbalasubramania7468 3 роки тому

    How do you know what are the all the fields values which we need to enter in any screen to capture in header and items tables and to pass in bapi structures and tables in the bapi FM?

  • @moazsheikh8215
    @moazsheikh8215 9 місяців тому

    how to create sales order with reference to contract number using bapi. in my excel sheet i have contract no, item, quantity, condition and rate

  • @Ruq_ali
    @Ruq_ali 2 роки тому

    Thanks for this video sir, it's showing sales document type or is not defined. Wt to do

    • @zafarkarnalkar
      @zafarkarnalkar  2 роки тому

      Hi,
      You have to use a sales document type which is defined in your system, go to VA01 tcode, on sales document type field search for available type..

    • @Ruq_ali
      @Ruq_ali 2 роки тому

      @@zafarkarnalkar
      Thank you sir, it's helpful.

    • @Ruq_ali
      @Ruq_ali 2 роки тому +1

      Please share video on Adobe from

  • @darkmode2642
    @darkmode2642 3 роки тому

    Thanks you. for How to

  • @divyaninigam8383
    @divyaninigam8383 2 роки тому

    hey zafar, can this program be used for return sales order too?

    • @zafarkarnalkar
      @zafarkarnalkar  2 роки тому

      Hi Divyani,
      If you are creating return sales order using. VA01 then you should able to use same, first try in SE37 function builder.. base on return order confirmation some fields may be mandatory,.
      are you creating return sales order reference to invoice.. or without reference to invoice..?

  • @balaobulareddykadiri7115
    @balaobulareddykadiri7115 Рік тому

    How to create multiple sales orders having multiple line items using bapi

  • @bollywooduptonow306
    @bollywooduptonow306 4 роки тому

    Thanks 😊

  • @hritabratalahiri4852
    @hritabratalahiri4852 3 роки тому

    Can u do a video on PO upload using BAPI ?

  • @ss-de5mm
    @ss-de5mm 4 роки тому

    Thank u bro

  • @prasanthkondamuri6392
    @prasanthkondamuri6392 4 роки тому

    In my excel file 2 customer numbers are there each customer having 3 line items so item number will come like 10,20,30 and same for second customer as per standard. If I give gt_item = gt_item + 10
    For second customer it's showing 40,50,60 instead of 10,20,30. I think need to clear gv_item variable but where I need to write that clear statement

  • @Ruq_ali
    @Ruq_ali 2 роки тому

    How to use bapi for xk01

    • @zafarkarnalkar
      @zafarkarnalkar  2 роки тому

      For xk01
      Better create a BDC program, no single std. Bapi through which we can create vendor with all information.

  • @jaimetc5849
    @jaimetc5849 4 роки тому

    How to create document flow through the same bapi for create?please help me

    • @zafarkarnalkar
      @zafarkarnalkar  4 роки тому +2

      Document flow is automatically generated, once you create any further object e.g if u create delivery using sales order , document flow will be created..
      What is your requirement??

    • @jaimetc5849
      @jaimetc5849 4 роки тому

      @@zafarkarnalkar iam creating a dmr using once ref document..and iam checking in va03 (document flow) .There iam not able to see the reference doc details

    • @zafarkarnalkar
      @zafarkarnalkar  4 роки тому +2

      Ok then in ur case you have to pass reference document no. And also line item number in bapi item details table...once you add reference at item level it will reflect in doc flow.

    • @jaimetc5849
      @jaimetc5849 4 роки тому

      @@zafarkarnalkar now iam just passing ref doc number in header only..I will try to pass in item also..thank you so much

    • @jaimetc5849
      @jaimetc5849 4 роки тому +1

      It is working thanks a lot..

  • @abhilashe5090
    @abhilashe5090 4 роки тому

    Were is the 2nd part??

  • @Arif_official90
    @Arif_official90 4 роки тому

    I am not sure

  • @binit554
    @binit554 4 роки тому

    It's very complicated

    • @zafarkarnalkar
      @zafarkarnalkar  4 роки тому +2

      Hi,
      Understanding of concept is important, how to find out bapi,
      How to test in se37 without writing actual code and then implement.
      Once you know the concept , you can work with any BAPI..
      If you directly required code , you can copy from below link.
      www.zktrainings.com/2020/05/sap-abap-sales-order-creation-using-bapi-extension.html?m=1

    • @sonuYadav-or9lb
      @sonuYadav-or9lb 4 роки тому

      @@zafarkarnalkar sir plz make videos on hana