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

Regarding XD02 transaction

Former Member
0 Likes
889

Hi ,

I have created a subscreen which needs to get added to a main screen in SAPMF02D program. The main screen no is 7000 in SAPMF02D.<b> new subscreen created needs to be added to 7000 screen.</b> The logic written in this standard program is some what different.

The exact functionality: Whene you enter transaction XD01 & XD02 you can see 'sales area' push button on Application tool bar click it and go inside there you can see sales tab in which you see 'Agency Bussiness' tab. I need the new subscreen to be triggered after Agency bussiness. <b>Can any one tell me where i should call the subscreen.</b>

Please help me in this issue ASAP.

Points will be rewarded for the right answer definetely.

Hi ,

I have created a subscreen which needs to get added to a main screen in SAPMF02D program. The main screen no is 7000 in SAPMF02D.<b> new subscreen created needs to be added to 7000 screen.</b> The logic written in this standard program is some what different.

The exact functionality: Whene you enter transaction XD01 & XD02 you can see 'sales area' push button on Application tool bar click it and go inside there you can see sales tab in which you see 'Agency Bussiness' tab. I need the new subscreen to be triggered after Agency bussiness. <b>Can any one tell me where i should call the subscreen.</b>

Please help me in this issue ASAP.

Points will be rewarded for the right answer definetely.

2 REPLIES 2
Read only

Former Member
0 Likes
697

Hi, I don't think there are any screen exits for XD** transactions. in ECC5 BADIs were provided . You can extend the screen up to 22 tabs. You can use the Business Add-Ins (BADI) CUSTOMER_ADD_DATA_CS and BADI CUSTOMER_ADD_DATA for processing enhancements in the customer master record. You use the BADI CUSTOMER_ADD_DATA_CS to integrate your own subscreens in the standard dialog. You can process your own data (add-on data) on these subscreens.