Application Development and Automation 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: 
Read only

VBAK, VBAP

Former Member
0 Likes
999

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
936

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

7 REPLIES 7
Read only

Former Member
0 Likes
936

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

Read only

Former Member
0 Likes
937

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

Read only

0 Likes
936

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

Read only

0 Likes
936

HI,

To change the include MV45AFZZ.. do we need access key?

is it recommendable?

Giri

Read only

0 Likes
936

yes it is required ....go to the link...

www.service.sap.com

regards,

venkat.

Read only

Former Member
0 Likes
936

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