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

Pushbutton on CO01 transaction

Former Member
0 Likes
613

Hi sap gurus,

I need to add a button on CO01 tcode. Has anyone done this before? are there any menu exits/screen exits where I can implement this? Someone plz guide me. Points assured.

Thanks.

Hi,

Check this link for creating a screen for the exit.

http://help.sap.com/saphelp_47x200/helpdata/en/c8/19763443b111d1896f0000e8322d00/content.htm

Yes. THen in the layout you have to add a push button. It is like normal Dialog programming.

Thanks

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
529

Hi,

Check this enhancement...There is a screen exit

PPCO0012

Thanks

Naren

Read only

0 Likes
529

Thanks for the reply Narendran. So, this is the only screen exit available for CO01 transaction i guess. I need a pushbutton in the initial screen itself. (Actually this pushbutton when pressed will be calling a zprogram). The code for the pushbutton can be written in the flow logic part (CALL CUSTOMER-subscreen sscr115) for screen 0900 and push button can be created in the layout editor is it? Please guide me.

Read only

Former Member
0 Likes
529

Hi,

Check this link for creating a screen for the exit.

http://help.sap.com/saphelp_47x200/helpdata/en/c8/19763443b111d1896f0000e8322d00/content.htm

Yes. THen in the layout you have to add a push button. It is like normal Dialog programming.

Thanks

Naren