Hi Guys,
I want to pass one program select option to other program dynamic selection variable.
For this, I had check screen field of other program which is having screen field like %%DYN001-LOW. So I used the submit like this but it is not working
submit report_name with %%DYN001-LOW = c_code.
I tried to fetch value of that selection screen via se36, the logical db for my tcode is ENM but enable to fetch the field name.
Note: I am talking about Company code field of dynamic selection from ME2N TCode.
Please suggest some solution.