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: 

XD01 : CUSTOMER_ADD_DATA - Navigate to custom screen

mgross1
Participant
0 Kudos

I have a custom screen in XD01 that was created using this guide:

http://saptechnical.com/Tutorials/ABAP/XD01/XD01.htm

There is a button to take you to the custom screen, which is maintained in TAXITABS.

I'm trying to make sure that mandatory fields in this screen are populated on save in XD01 so I'm using the CHECK_ALL_DATA method of BADI CUSTOMER_ADD_DATA and on error I want the BADI to take me to the custom screen. The method has export parameters to take you to a screen but it's not possible to navigate to my custom screen using this. Is there another way I can navigate to my custom screen?

Thanks.

1 ACCEPTED SOLUTION

mgross1
Participant
0 Kudos

Solved. I was using the wrong scree number - subscreen '1111' instead of screen '4000'.

1 REPLY 1

mgross1
Participant
0 Kudos

Solved. I was using the wrong scree number - subscreen '1111' instead of screen '4000'.