Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Fill the value to budat in CJI3

hungnth2709
Explorer
0 Kudos
398

Hello everyone, I have a trouble need for your helps.

I coding ABAP with call transaction for entering CJI3 when double click to value on ALV.

I using "call transaction" and "set parameter id" for filling value but BUDAT hasn't Parameter ID.

What can I do for this situation?

I need for your helps.

Thanks very muck

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos
303

You can use (after performing some analyzis of INITIALIZATION code, look for a SET_DEFAULTS_BUDAT form)

SET PARAMETER ID 'KS7' field budat-low.
SET PARAMETER ID 'KS8' field budat-high.

0 Kudos
303

thanks a lot but it doesn't working. It must has ID behind SET PARAMETER.

0 Kudos
303

I hope this typo didn't make you lose more than a few seconds 🙂

hungnth2709
Explorer
0 Kudos
303

thanks a lot but it doesn't working. It must has ID behind SET PARAMETER.