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

drill down into va22

Former Member
0 Likes
451

It's a drill down into va22, I've done it the standard way, but

it fails:

set parameter id 'AUN' field t_tab-vbeln.

call transaction 'VA22' and skip first screen.

The set parameter executes okay, and if you F1, F9 on the

quotation field in va22 it says the parameter id is AUN.

However, it doesnt appear that it is AUN. If you set that

parameter id to '123' and then go to va22, it's still got the

last quote you used. If you then go to VA03, it's got '123' in

the order field.

I can only assume that sap's incorrectly reporting that AUN is

the parameter ID for VA22, would anyone know what it actually

is?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
423

Hi,

AUN is displayed because this is specified in the data dictionary for

the used data element.

When defininte a dynpro field, based on this data element, the parameter

id AUN is proposed.

However, in the PBO of the dynpro, the actual Parameter id AGN is used.

Cheers,

Chaitanya.

Hi,

AUN is displayed because this is specified in the data dictionary for

the used data element.

When defininte a dynpro field, based on this data element, the parameter

id AUN is proposed.

However, in the PBO of the dynpro, the actual Parameter id AGN is used.

Cheers,

Chaitanya.

1 REPLY 1
Read only

Former Member
0 Likes
424

Hi,

AUN is displayed because this is specified in the data dictionary for

the used data element.

When defininte a dynpro field, based on this data element, the parameter

id AUN is proposed.

However, in the PBO of the dynpro, the actual Parameter id AGN is used.

Cheers,

Chaitanya.