cancel
Showing results for 
Search instead for 
Did you mean: 

adobe form output different in QA and PRD for Currency field

Former Member
0 Kudos

Background:

I am using adobe form to display purchase order details using a output type.

I am displaying the field NETWR of the purchase order in the form.

For return orders this value is negative.

Problem:

In production system the value is displayed as 0. where as in QA the negative value gets displayed.

The version of the form is same in both the system.

Also I have speficied the Currency/quantity fields in the interface.

I did a bit of debugging and found that in the generated function module of the form there is a difference.

QA:

PERFORM %OUTPUT USING 'NETWR' %WORKAREA4-NETWR 'CURR' 'P' 'HEADER-WAERS' HEADER-WAERS ' '.

PRD:

PERFORM %OUTPUT USING 'NETWR' %WORKAREA4-NETWR 'CURR' ' ' 'HEADER-WAERS' HEADER-WAERS ' '.

You can see that the VALUE P (ABAP type for curr) is passed in QA but not in PRD.

I am not able to understand what causes this code change.

Has anybody come across this problem?

Note: I am using copy of MEDRUCK for the interface.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I got the access to SFP in productin and regenerated the form.

Former Member
0 Kudos

Thank you for posting your solution like a good community member! I was having the same problem and your post helped. Many Thanks

Answers (0)