Skip to Content
0
Dec 13, 2011 at 09:19 AM

POP to get price from user

75 Views

Hi,

I have a requirement I am making a BDC for one transaction first I am taking the GR detaisl from table MSEG intoa internal table then i want to amke a loop on that internal table and want to confirm the price from the user user can change that price i try with

POPUP_GET_VALUES and some other FM but this not accept the price as input as it support only Only fields wih the ABAP type C, N, T, D, P, or Integer.

so is ther any other FM

e,g suppose in internal table i have

MATNR MENGE DMBTR

XYZ 10 500

i want to display MATNR and MENGE in display mode and want DMBTR in hnage mode user can see the existing value and can change the maount if required I am doing some other process by getting the user inputs.

regards,

zafar