2007 Mar 28 12:48 PM
Hi all,
How to include new fields from table VBAP in structure VCSD_UPDATE via the following user exits:
EXIT_SAPLCEI0_001 and EXIT_SAPFV45S_002.
If anybody having can u provide the logic.
Regards,
Bala...
2007 Mar 28 1:00 PM
Hi,
I_VBAP structure like VBAP also available as an Import Paramter in that Exit/Fun module
You can use that for moving fields into VCSD_UPDATE or vice versa.
Reward if useful
regards,
Anji
2007 Mar 28 1:00 PM
Hi,
I_VBAP structure like VBAP also available as an Import Paramter in that Exit/Fun module
You can use that for moving fields into VCSD_UPDATE or vice versa.
Reward if useful
regards,
Anji
2007 Mar 28 1:16 PM
Hi Anji,
Thanks for your reply. Actually my requirement is first i am adding 5 custom fields to VBAP table like weight, height, length, storagetype and type of sale. Then once the material is entered in VA01, standard sap will transportstandard sap will transport values from the sales order to the variant configuration. Based upon the characteristic values and selection, the VC will determine what weight, TOS, dimension, Storage Type values to transport back to the sales order.
In order to transport values back onto the sales order - Table VCSD_UPDATE (which is a table that can be updated using EXIT_SAPLCEI0_001 and EXIT_SAPFV45S_002. It comes standard with 14 fields predefined. Additional fields can be added to this table) be used to change values on the sales order line item from within the configuration.
Now i think you can understand my requirement.
Can you tell me how to get the values back from VCSD_UPDATE to VBAP.
If u are having any code please provide it to me.
Regards,
Bala...
2007 Mar 28 1:01 PM
Go to this userexit..
and double click on this.. u will get a screen with an include program in it..
double click on this..
<b>u will get a warning message.. Now press enter.. it will ask you to create it..</b>
in this include program u can write the code..
regards,
sai ramesh