‎2008 Apr 29 6:48 PM
HI guys,
I am going to append a structure in vbap and vbak tables.
Is this effects the normal standard sales process?
i mean... standard reports goes to short dump or any errors?
if no errors occur then how can i move the data to those fields when creating a inquiry or quotation?
is userexits: userexit_move_to_vbak & VBAP will be helpful?
can u pls explain how can i achieve this...
Giri
‎2008 Apr 29 7:00 PM
Hi,
With your append structures, you will not have problems with standard programs.
Standard programs will not go to short dumps or any errors.
To update this fields you have to use user exit or BAdIs.
Regards,
Fernando
‎2008 Apr 29 6:55 PM
I appended a structure to CSKS table almost 8 months back and after that I used se14 to adjust database tables.After that I could not find any errors anywhere.
And yes you can move the data using user exit or a BADI.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Apr 29, 2008 3:24 PM
‎2008 Apr 29 7:00 PM
Hi,
With your append structures, you will not have problems with standard programs.
Standard programs will not go to short dumps or any errors.
To update this fields you have to use user exit or BAdIs.
Regards,
Fernando
‎2008 Apr 29 8:12 PM
any idea how to use USEREXIT_MOVE_FIELD_TO_VBAK & VBAP?
i believe it is not from CMOD right?
then how i cna use?
Giri
‎2008 Apr 29 8:15 PM
hi,
You can use it via SE37 .... Check out the below related link
http://help.sap.com/saphelp_46c/helpdata/en/08/f62c7dd435d1118b3f0060b03ca329/content.htm
http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm
Regards,
Santosh
‎2008 Apr 29 8:45 PM
HI,
To change the include MV45AFZZ.. do we need access key?
is it recommendable?
Giri
‎2008 Apr 29 8:54 PM
‎2008 Apr 29 8:20 PM
hi check this....
http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm
here all the data is given for these user exits....(scroll the page ..)
regards,
venkat