Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

operation

Former Member
0 Likes
780

I want divide the field KONV-KAWRT BY EXPO-MENGE AND MULTIPLY BY MSEG-MENGE.

hi,

Its better to declare var as type p decimals n.

Since it can hold both integers and whole numbers.

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
758

The result is ( KONV-KAWRT / EKPO-MENGE ) * MSEG-MENGE.

Or could you elaborate any more like "i read material document related to purchase receipt...." if you want the links between tables.

Regards

PS: Please close other post(s)

Read only

0 Likes
758

If you want the link between tables

MSEG linked to EKPO and EKKO (needed) via MSEG-EBELN, MSEG-EBELP
EKPO and EKKO linked to KONV via EKKO-KNUMV and EKPO-KPOSN

Also, be aware that KONV is a cluster table.

Regards

Read only

Former Member
0 Likes
758

<b>( KONV-KAWRT / <b><u>EKPO</u></b>-MENGE ) * MSEG-MENGE.</b>

<b>There is no such table called <u>EXPO</u>, however there is a table named <u>EKPO</u>.</b>

Please be clear with your requirement.

Regards,

Pavan

Read only

Former Member
0 Likes
758

hi,

try this,

tables : konv,

mseg.

data : var type num.

var = ( KONV-KAWRT / mseg-MENGE ) * MSEG-MENGE.

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Read only

0 Likes
758

hi,

Its better to declare var as type p decimals n.

Since it can hold both integers and whole numbers.