cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get the serial numbers selected in the BN Selection Form (42)?

Former Member
0 Kudos

Hi People!

Does anyone know how can I get the selected BatchNumbers in the Batch Number Selection Form (25)?

Actually, I want to know which batchnumbers were selected before to Add the itens in the Inventory Transfer Form (940).

Thanks!

Edited by: William Kurosu on Sep 29, 2008 7:20 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

William,

it is tricky as we don't have access to where SAP objects temporarily save the batch selection details before actually adding the document.

you will have to save it in global array by catching events on form 42. (batch number selection is form 42.) you will have to catch events like click of matrix items 5 and 3 as the entire matrix for selected batch(item 5) changes when you click on different rows of upper matrix (item 3). don't have the working example.

regards,

Binita

Former Member
0 Kudos

Thanks Binita!

Answers (0)