‎2005 Jul 05 2:54 PM
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
‎2005 Jul 05 3:06 PM
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
‎2005 Jul 05 3:06 PM
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
‎2005 Jul 05 3:15 PM
Hi Frank,
could it be, that there're customizing tables, which control the sequence ?
examples:
T063C
T082S
T342
T514Z
regards Andreas