cancel
Showing results for 
Search instead for 
Did you mean: 

sales order smartforms

Former Member
0 Kudos

hi

i am making sale order smartform in which i cant able to bring

condition text rate condition value

can any one help me .

Regards

Rakesh Kumar Singh

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

u can have KNUMV in vbak table and the same field in KONV condition types table. and item field posnr in VBAP and the same field in KONV. use these references. try with bellow code.

select kbetr into i_konv from konv where knumv = i_vbak-knumv and kposn = i_vbap-posnr and kschl = 'your required condition type'.

now u can have condition rate in i_konv.

regards.

sriram.

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

You can get the fields from KONV table