I have a question about the implementation of the badi le_shp_tab_cust_over. I created successfully a new Tab using the activate_tab_page method
- Code: Select all
ef_caption = 'ProcessLine'.
ef_position = 3.
ef_program = 'ZSD_SHP_TAB'.
ef_dynpro = 2000.
I also created the related program (ZSD_SHP_TAB) and the dynpro. I successfully added a table control to the dynpro.
Now my problem ist how to fill the table control with data..
There is a method called 'transfer_data_to_subscreen' but the only way i see to do so is using a memory id for the needed data or exporting the vbeln as a set/get parameter...
How du you do this?
Thanks a lot
p.s. sry if my english isn't the best

