2022 Dec 15 1:26 AM
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
2022 Dec 16 9:32 AM
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.
2022 Dec 17 3:01 AM
thanks a lot but it doesn't working. It must has ID behind SET PARAMETER.
2022 Dec 19 3:29 PM
I hope this typo didn't make you lose more than a few seconds 🙂
2022 Dec 17 3:01 AM
thanks a lot but it doesn't working. It must has ID behind SET PARAMETER.