‎2010 Nov 24 8:54 AM
Hi Gurus,
I manage to create eCATT for ID creation using TCode SU01 earlier and it works fine - so HAPPY :). Then, I try to develop another eCATT for indirect roles assignment using Tcode PP01 > Position > Relationship B007: AG Role.
However, I'm stuck at the Screen Simulation step to insert the 'Import Parameter' whereby the recorded screen seems to be blank (boxes without text) and when I try to proceed using the 'Next Screen' button, I got the Runtime Error message 'DATA_BAD_REFERENCE'.
Am I missing something here? Or do I need to consult ABAPer to debug the error? Appreciate your guidence on this matter as I'm very very new to eCATT development.
Regards and millions thanks !
‎2010 Nov 24 3:04 PM
Hi,
I have seen the similar issue posted by other users in this forum earlier. But no luck on the solution. I would recommend to insert the import parameter into the interface manually instead of using the simulation screen.
Fields having mode u2018Su2019 (Set) under each dynpro of the command interface contain some value that you entered during the recording. This is the value one needs to parameterize as Import Parameter. so that with next run a new set of data will be passed to the recording. Change the value of the VALIN for these fields and replace with your import variable name.
Hope this will solve your problem.
thanks
Venkat
‎2010 Nov 24 3:04 PM
Hi,
I have seen the similar issue posted by other users in this forum earlier. But no luck on the solution. I would recommend to insert the import parameter into the interface manually instead of using the simulation screen.
Fields having mode u2018Su2019 (Set) under each dynpro of the command interface contain some value that you entered during the recording. This is the value one needs to parameterize as Import Parameter. so that with next run a new set of data will be passed to the recording. Change the value of the VALIN for these fields and replace with your import variable name.
Hope this will solve your problem.
thanks
Venkat
‎2010 Nov 25 1:03 AM
Hi Venkat,
You resolve my issue, I manage to complete my second eCATT and it works
Million thanks ..