cancel
Showing results for 
Search instead for 
Did you mean: 

How to catch field value after the form is filled?

Former Member
0 Kudos

Hello,

I added few comboboxes to the form "Item Card".

The selected values of the comboboxes must be depended on ItemCode.

So I need to get ItemCode when the item data is loading to the form (OK_MODE, UPDATE_MODE).

Which event (and how?) can I use to catch field value (in my case, item code) after the form is filled?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Andy.

Its partly possible to catch the event you are speaking of.

There are several ways to open the itemCard form: By the menu, when navigating using the navigate arrows, from link arrows etc.

It is NOT possible to catch all of theese events, which meens you cannot make you addon works in all cases.

This is a general problem with all SBO system forms, and it have been repported to SAP.

I hope you find another way around.

- Thomas

Former Member
0 Kudos

Hi Thomas,

Could you give us the list (or at least some examples) of those situations (where the item card is filled without usable events being fired?)

Thanks a lot.

I am myself developing such an add-on which is currently in beta version.

Cheers,

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you, Thomas