Application Development 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: 

User Exit

Former Member
0 Kudos
364

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...

1 ACCEPTED SOLUTION

Former Member
0 Kudos
227

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

3 REPLIES 3

Former Member
0 Kudos
228

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

0 Kudos
227

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...

Former Member
0 Kudos
227

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