Video 19: OO ABAP - Multiple inputs for the method parameter

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.พ. 2025
  • Explained what are the different ways of parameters which accepts inputs for the class methods. And showed the same for variable, internal table and select-options/ranges of data.

ความคิดเห็น • 3

  • @sk16034
    @sk16034 7 หลายเดือนก่อน

    Hi Sir, Thank you for bringing this topic. I have a doubt on exporting parameter. Can an exporting parameter be optional in a method of a global class created via se24? I have tried to keep the exporting parameter as optional, but its greyed out. Could you please comment on this sir?

    • @just2shareji
      @just2shareji  7 หลายเดือนก่อน

      Yes, you can keep the exporting option as optional. Is the option greyed out by selecting the optional checkbox?

    • @sk16034
      @sk16034 7 หลายเดือนก่อน

      @@just2shareji yes sir, the option is getting greyed out for exporting parameter by selecting the optional checkbox. Is there a way to keep an exporting parameter of a global method as optional