107 - Additional ABAP Concepts - Standard Text - Concept of Sales Order Header Text and Item Text

Sdílet
Vložit
  • čas přidán 10. 09. 2024
  • -Explanation of Sales Order Header Text and Sales Order Item Text.
    -Understanding of Saving of Sales Order Header Text and Sales Order Item Text into STXH and STXL Tables.

Komentáře • 6

  • @Famossss_677
    @Famossss_677 Před 3 měsíci +1

    Hi sir, Can we use the standard text in custom programs/ custom tables also?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Před 3 měsíci

      Yes, you can display in custom programs as well, but there is no point in storing this much big data in to our tables as it is unnecessary as it is already in SAP tables.

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

    how to use dynamically sir , for company code ABC it should print first line for company code BCD second line
    is it possible ? my requirement is for mail body

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

    how can we massupload long texts for Sales order ,?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Před měsícem +1

      We can create a program , upload the file. We will get the data in internal table and call the FM SAVE_TEXT in the loop.