Video není dostupné.
Omlouváme se.

SAP ABAP - Function Module

Sdílet
Vložit
  • čas přidán 17. 01. 2018
  • SAP ABAP - Function Module
    Watch more Videos at www.tutorialsp...
    Lecture By: Mr. Sanjo Thomas, Tutorials Point India Private Limited.

Komentáře • 27

  • @TutorialsPoint_
    @TutorialsPoint_  Před rokem

    Check out our trending course on SAP ABAP- bitly.ws/Eno4
    Use coupon “CZcams 12” to get “FLAT 12%” OFF at checkout.

  • @Girishvadera
    @Girishvadera Před 3 lety +4

    Dear sir, I request pl do add more details in vedio.. Like as shown in video why we need to use "result-word" In write statement.. If you explain property would help us understand easily like me as freshers

  • @lokeshrathore1007
    @lokeshrathore1007 Před rokem

    Nicely explained :-) Thank you!!

  • @srihariuk
    @srihariuk Před 4 lety +6

    who will create a function group and function module?

  • @lakkhishawaa
    @lakkhishawaa Před 5 měsíci

    thank u sir thank u god 😇

  • @inigosanchez-ostizchivite5441

    Very good lessons, well explain, and well prepaired. Thank you very much.

  • @Math-Skill_Venky
    @Math-Skill_Venky Před rokem

    Good content

  • @dhirajbhagat1625
    @dhirajbhagat1625 Před 5 lety +1

    Thanks . Keep it up.

  • @syakiraljuicy625
    @syakiraljuicy625 Před měsícem

    How to display the “value returned is “ message

  • @gollaaparna7434
    @gollaaparna7434 Před 9 měsíci

    Sir what does meant by harcoding..

  • @IcedCupcakes
    @IcedCupcakes Před rokem

    oh shit i hate abap can't believe i'm doing this again 😭😭

  • @zaffariqbal3671
    @zaffariqbal3671 Před 5 lety

    Both include and functional module have same functionality then when should we use include and functional module?

    • @srihariuk
      @srihariuk Před 4 lety

      include is local and you cannot execute it alone. The function module can execute independently.

  • @mdfaizalam8614
    @mdfaizalam8614 Před 5 lety

    Sir maine bca kiya h sap Course kar sakta hu mca mere bas ki baat nahi h sir bhut paise lagte h Please sjest me sir

  • @phaniindra5118
    @phaniindra5118 Před 6 lety +1

    If we don't the structure of spell? How to be declare?plz help me

    • @karthickr5234
      @karthickr5234 Před 5 lety

      Spell is a standard structure, so we no need a create, we can use them directly

  • @subhojeetsantra61
    @subhojeetsantra61 Před 3 lety

    why result-word is used in the last write statement? What does it mean? Please someone help

    • @wbrod1
      @wbrod1 Před 2 lety +2

      “word” is a field in the structure
      “spell”. In the video (7:24) when he double click on the word “spell” the structure screen pops up, and if you look closely the fourth field in the structure is “word” which is define as a type CHAR field with length 255.
      So, when he used “result-word” in the write statement, he is saying to use the variable “result” as a type “word” from the structure “spell” declared on the top. To make it simple he should it have declared the variable “result” as follow:
      “result like spell-word” on the top and then just use the variable “result” on the write statement.

    • @subhojeetsantra61
      @subhojeetsantra61 Před 2 lety

      @@wbrod1 thanks a lot

    • @wbrod1
      @wbrod1 Před 2 lety

      @@subhojeetsantra61 you’re welcome!

    • @syakiraljuicy625
      @syakiraljuicy625 Před měsícem

      @@wbrod1how to display the ‘the value returned is’ message how i want to display it

    • @winstonrodriguez9722
      @winstonrodriguez9722 Před měsícem

      @@syakiraljuicy625 I don't understand your questions. Do you want to display it as a message or as a write. Base on what he is doing here, if calling the transaction failed, he is writing to the screen "Value Returned is:" he is using sy-subrc which is the error code. Could you elaborate a little be on what is that you are looking for?

  • @rajesh201188
    @rajesh201188 Před 2 lety

    copy cats.