Hi all.
in my custom transaction 'zvl02' iam allowing the users to change delivery data even after PGI.
The requirement is:
In the partner header tab, if the user changes or adds partners that information should be back filled in the sales orders..
iam updating VBPA with a new ADRNR and ADRDA = 'E' if there is any change to the address.
This will be done only if VBPA-ADRDA = 'A' or 'D'(ADRC master data).
Iam also creating/updating ADRC accordingly.
But this address info is not being populated in the backfilling process when i use BAPI_SALESORDER_CHANGE.
it is only updating PARVW and KUNNR along with the same old address ( address data ADRNR corresponding to ADRDA = "D" ).
any suggestions on how to show the adress changes of delivery also in the table control of the Header/ Partners in sales order...
greatly appreciate it.....