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

Batch-Input Dynpro sequence changed

Former Member
0 Likes
636

Hello,

a customer uses a report since today (1 1/2 years) that creates new materials by CALL TRANSACTION 'MMZ1'.

Hoever, the once recorded dynpro sequence changed and the report fails to create new materials. (already changed and material creation with BAPI_MATERIAL_SAVEDATA)

There were no changes to the customizing of that system and no patches etc. were installed. Even no user knew this transaction MMZ1, so that its sequence was not changed manually.

Now my question:

Which events do infuence transactions, transaction dynpro sequences?

Regards

Frank Zoor

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
544

Hi Frank,

If it is a BDC program, then the Sequence in which the dynpors were coded is almost harcoded and it needs to be changed according to the new sequence. There is no other alternative to this.

If it calls some BAPIs that creates the Material, then check the sequence in which the BAPI calls the screens and compare whether it is calling in the correct sequence. Else modify that.

Cheers,

Sam

2 REPLIES 2
Read only

Former Member
0 Likes
545

Hi Frank,

If it is a BDC program, then the Sequence in which the dynpors were coded is almost harcoded and it needs to be changed according to the new sequence. There is no other alternative to this.

If it calls some BAPIs that creates the Material, then check the sequence in which the BAPI calls the screens and compare whether it is calling in the correct sequence. Else modify that.

Cheers,

Sam

Read only

andreas_mann3
Active Contributor
0 Likes
544

Hi Frank,

could it be, that there're customizing tables, which control the sequence ?

examples:

T063C

T082S

T342

T514Z

regards Andreas