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

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024
  • zafarkarnalkar...
    Create sales order using VA01
    Search for BAPI for VA01
    Test the BAPI in SE37
    Create a program to upload a text file and created sales order

ความคิดเห็น • 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 :)

  • @cbovolenta
    @cbovolenta 2 ปีที่แล้ว +2

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

  • @ivnunitec6687
    @ivnunitec6687 4 หลายเดือนก่อน

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

  • @suvosom
    @suvosom 4 ปีที่แล้ว +2

    Very very nice tutorial Zafar!!!

  • @naveen27263
    @naveen27263 3 ปีที่แล้ว +1

    Thank you Zafar. It was very useful.

  • @Aj_id25
    @Aj_id25 3 ปีที่แล้ว +1

    Great explanation.. Thanks for the video

  • @rpralluri
    @rpralluri 2 ปีที่แล้ว

    Excellent video and has proved very useful

  • @rinkygorai8193
    @rinkygorai8193 2 ปีที่แล้ว +1

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

  • @abhilashe5090
    @abhilashe5090 4 ปีที่แล้ว +1

    Thanks a lot 🙏 it was very detailed 👍

  • @muhammadfahim2627
    @muhammadfahim2627 ปีที่แล้ว

    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

  • @moazsheikh8215
    @moazsheikh8215 8 หลายเดือนก่อน

    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

  • @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

  • @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?

  • @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..?

  • @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

  • @mohammedafnanshariff3142
    @mohammedafnanshariff3142 2 ปีที่แล้ว

    Hello sir, can you make a video creating multiple sales order with multiple line items. Thanks

    • @zafarkarnalkar
      @zafarkarnalkar  2 ปีที่แล้ว

      Hi,
      You can try that with some modifications using same process, it be new learning for you too..
      But only dis advantage in case of multiple orders system may take some additional time for processing and time out can occur while getting response

  • @balaobulareddykadiri7115
    @balaobulareddykadiri7115 ปีที่แล้ว

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

  • @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

    • @zafarkarnalkar
      @zafarkarnalkar  4 ปีที่แล้ว

      Send ur code

    • @prasanthkondamuri6392
      @prasanthkondamuri6392 4 ปีที่แล้ว

      Can I get your number sir?
      I'll share my code there instead of here
      Am I correct I need to clear that gt_item variable right?

    • @zafarkarnalkar
      @zafarkarnalkar  4 ปีที่แล้ว

      Send on
      zafar.karnalkar@gmail.com

    • @prasanthkondamuri6392
      @prasanthkondamuri6392 4 ปีที่แล้ว

      Sir I have sent request in LinkedIn pls accept it we will discuss this over there

    • @zafarkarnalkar
      @zafarkarnalkar  4 ปีที่แล้ว

      Ok

  • @darkmode2642
    @darkmode2642 3 ปีที่แล้ว

    Thanks you. for How to

  • @hritabratalahiri4852
    @hritabratalahiri4852 3 ปีที่แล้ว

    Can u do a video on PO upload using BAPI ?

    • @sonaalsarkar1476
      @sonaalsarkar1476 2 ปีที่แล้ว

      Yes Can you create a video on po for bapi

  • @ss-de5mm
    @ss-de5mm 4 ปีที่แล้ว

    Thank u bro

  • @bollywooduptonow306
    @bollywooduptonow306 4 ปีที่แล้ว

    Thanks 😊

  • @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..

  • @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.

  • @mdkumarz
    @mdkumarz 4 ปีที่แล้ว

    25:11 create program to execute BAPI

  • @Arif_official90
    @Arif_official90 3 ปีที่แล้ว

    I am not sure

  • @abhilashe5090
    @abhilashe5090 4 ปีที่แล้ว

    Were is the 2nd part??

    • @zafarkarnalkar
      @zafarkarnalkar  4 ปีที่แล้ว +1

      th-cam.com/video/Luw5tevE2Uk/w-d-xo.html

  • @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