2013 Mar 20 8:53 AM
Hi Experts,
I have to create an Extension to premise table (EVBS).I have the new fields which I need to add.
How could I do that?
And also I need to make manual table entries for these new fields. So from where I can design that interface to create new table entries?
Thank,
jasvinder
2013 Mar 20 11:04 AM
Hi Jasvinder,
You need to create include structure CI_EVBS available within EVBS table and your new fields to this CI include.
Regards
Rishabh
2013 Mar 20 11:04 AM
Hi Jasvinder,
You need to create include structure CI_EVBS available within EVBS table and your new fields to this CI include.
Regards
Rishabh
2013 Mar 20 4:52 PM
Hi Rishib,
I have put the fields in CI_EVBS include. But exactly I wanted to fill these field values manually. There would be some interface to provide the values to these fields.
How could I do it?
Thanks,
Jasvinder
2013 Mar 21 11:55 AM
Hi Jasvinder,
You can try FM ISU_CHANGE_PREMISES to update EVBS table.
Check whether your newly created fields are available in import parameter(X_PREMISE_NEW) of this FM.
Pass values to this import parameter and it will be updated in the EVBS table