Application Development and Automation 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: 
Read only

Blank Screen Simulation and Runtime Error 'DATA_BAD_REFERENCE'

Former Member
0 Likes
539

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 !

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
451

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

2 REPLIES 2
Read only

Former Member
0 Likes
452

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

Read only

0 Likes
451

Hi Venkat,

You resolve my issue, I manage to complete my second eCATT and it works

Million thanks ..