former_member656551
Explorer
Member since ‎12-13-2019

User Statistics

  • 14 Posts
  • 0 Solutions
  • 8 Kudos given
  • 2 Kudos received

User Activity

Hello Experts, I try to select a entry of a table using the class "cl_gui_alv_grid". When I select the first entry and push a button and go through my code, working with the entry, it works perfectly fine. But the second time it wont select the ent...
Hello Experts, im trying to create a Production Order without a material number with abap coding. I only found the bapis "BAPI_PRODORD_CREATE" and "BAPI_PRODORDCONF_CREATE_TT" but these want a material number. Basically if I look in the co03 there ...
Hi experts, I have a functionmodule in which the functionmodule "BAPI_GOODSMVT_CREATE" is used. From this functionmodule I now want to use the table "lt_item". Is there a way to get the table without changing the other functionmodule? Thanks in ...
Hey Experts, I have two radiobuttons and one Checkbox. If the Checkbox is checked the radiobuttons should be grayed out and radiobutton one should be selected. Your help would be appreciated.
Hello experts, I have a problem. I want to do a f4 Help for an input field. Now I want the programm to consider what is in the other inputfields. Basically like a join. So that only options are available where the other fields match. I hope...