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

Custom TAB CAA1/2 link standard error

Former Member
0 Likes
566

Hi Experts,

I had created a custom TAB  in tcode CAA1 and added a sub screen to it with table control. Now when i am changing the data in TC of custom tab

and pressing enter I am getting a popup NO DATA CHANGED DO YOU WANT TO EXIT . Now i want my custom tab to be link to this standard

functionality if i change some thing in my tab it should get the message as data changed do you want to save  which i am getting when changing

the value in standard tab of tcode caa1/2.

Please suggest or guide how can i link custom tab to standard message sending and checking functionality.

Regards.

Hi Experts,

I had created a custom TAB  in tcode CAA1 and added a sub screen to it with table control. Now when i am changing the data in TC of custom tab

and pressing enter I am getting a popup NO DATA CHANGED DO YOU WANT TO EXIT . Now i want my custom tab to be link to this standard

functionality if i change some thing in my tab it should get the message as data changed do you want to save  which i am getting when changing

the value in standard tab of tcode caa1/2.

Please suggest or guide how can i link custom tab to standard message sending and checking functionality.

Regards.

2 REPLIES 2
Read only

Former Member
0 Likes
512

Hi,

Why don't you call a Popup from the PAI of the Custom tab?

Use POPUP_TO_CONFIRM FM to display the Popup.

http://scn.sap.com/thread/1010653

You can use this in the OK_CODE of BACK button or some other.

Thanks,

Shambu

Read only

0 Likes
512

Hi Shambu,

Thanks for your reply . I thought of doing the same but after our pop up the standard pop ups and with different message other then what we are displaying .As our all the tab changes by pressing enter.

Regards