cancel
Showing results for 
Search instead for 
Did you mean: 

Item Form Refresh Events

Former Member
0 Kudos

HI,

I am New to SO and have a small query. I am looking at a solution of finding out when can the item form be refreshed with a different item.

In particular ,the text box handling event.

It could be great , if someone provides a sample code for the same.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I think I should be a bit more descriptive here.

for example,

I have a edit box on the BP master screen where i need to put some

information depending on the current CardCode on the

BP screen.

I can catch the Lost Focus event which is fine. But I could not

find a way to obtain the current CardCode on the screen when

the user changes the BP using the navigation arrown on the tool bar,

or when he selects a BP from the SAP select list. (during those two instaces the LostFocus does not fire...)

appreciate any help.

Thanks,

Vinayak.

Former Member
0 Kudos

Hi Vinayak, I think in your Case it is better to use formatted search rather than using SDK. in assigning formatted search we can set search value to be automatically updated after certain field change. Perhaps you can read it from SAP B1 Learning Material regarding Formatted Search, that you can Download in SAP Service Marketplace.

Arief

Former Member
0 Kudos

Arief,

Thnx for u r reply, but using formatted search is out of the question since this is just a small part of a SDK development (where I do create my own data fields on screen among other things).

Could u please suggest any alternative to this.

Regards,

Vinayak