cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the Open Order Qty value from Transaction Code RWBE?

Former Member
0 Kudos

Hello,

Recently I have a program that needs to extract the value of Open Order Qty value from RWBE.

My specific steps are as follows:

- I go to tcode <b>RWBE</b>

- I select the <b>material and plant</b>

- I tick the checbox for <b>"Also select special stocks"</b> and <b>"Also select stock commitments"</b>

- I execute the program double click one of the rows for the <b>Unrestricted Use coulmn</b> and view the <b>Open Order Qty</b>.

My question is how is this particlar variable attained? I tried Ekbe and the ELIKZ feild from EKPO and I still cant seem to get the right value.

Hope to hear from you soon.

Thank you and good day.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

check with FM :

CALL FUNCTION 'MB_ADD_PURCHASE_ORDER_QUANTITY'

EXPORTING

  • x_matnr = t_matnr-matnr " TGA/4.6 Erw. Lot

  • x_meins = t_matnr-basme " TGA/4.6 Erw. Lot

x_matnr = prt_matnr-matnr " TGA/4.6 Erw. Lot

x_meins = prt_matnr-basme " TGA/4.6 Erw. Lot

x_elikz = space

x_loekz = space

TABLES

xtab = xtab

xwerks = r_werks.

above fm will get open order qty for given material in po

Former Member
0 Kudos

Hi so far so,

Good I'll reward points for now, but will give higer if all goes well. THanks

Answers (0)