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

Table maintenance generator

Former Member
0 Likes
1,000

Dear all,

I created a CBO table and generated table maintenance.

What I want is that to get vendor name immediately when I choose vendor code and input the name on vendor name field in the CBO table automatically.

I added search help (KRED) for the 'LIFNR' field of vendor code and "NAME1" with data elelment(NAME1_GP) is a field name for vendor name in the CBO table .

Could you tell me how to do it?

Thank you very much in advance!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
874

Hello friend,

Please see this link for the events which can be handled in TMG.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0d56ae5-02bc-2d10-0893-d33af1586...

From the above link you can find which event will be more suitable for your scenario.

The below link specifies the steps for creating TMG.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-876528725...

I think these will solve your problem. If you still face any difficulties revert back to me i will help you.

Thanks,

Sri Hari.

6 REPLIES 6
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
874

Search for events there you will able able to find many. Create event and write your code for the same.

Nabehet

Read only

Former Member
0 Likes
874

Hi ,

what is CBO ? ,

anyhow , coming to your question , as Nabehet said , you can use following options...

1.TMG events.

2.Modify the TMG screen and add POV event(but if you re-generate the TMG,you need to re write it )

regards

Prabhu

Read only

0 Likes
874

Thanks for your reply.

Could you explain me more in details regarding two options which you mentioned.

Read only

0 Likes
874

Events in SE54 or you can directly modify screen changs will be lost if screen is regenerated in this case

Read only

Former Member
0 Likes
874

HI ,

Create table maintenance generator in menu tool bar Environment -> modifications-> events there u can create events there we have up to 30 records check event number 05 , this event will trigger when user clicks on save.

Regards

Siva

Read only

Former Member
0 Likes
875

Hello friend,

Please see this link for the events which can be handled in TMG.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0d56ae5-02bc-2d10-0893-d33af1586...

From the above link you can find which event will be more suitable for your scenario.

The below link specifies the steps for creating TMG.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-876528725...

I think these will solve your problem. If you still face any difficulties revert back to me i will help you.

Thanks,

Sri Hari.