This website has been archived, it is working in read-only mode.

This website has been archived, it is working in read-only mode.

How to use the extension provided by SAP to put custom fields in the sales document?

asked 18 Nov '11, 07:34

pedrolima's gravatar image

pedrolima ♦♦
1.1k232840
accept rate: 32%

edited 18 Nov '11, 07:41


Short and useful.

Adding custom fields to VBAK and VBAP.

  1. Choose the table VBAP or VBAK ( depending on header or item)
  2. click on button "append Structures" and it will propose you the standard name for the table ZAVBAP or ZAVBAK
  3. Add fields with prefix ZZ
  4. Go to TCode SE51 maintain user exit screens in program SAPMV45A
  5. 8459 user exit item level
  6. 8309 user exit header level

Here you can then design your own layout. and define your flow logic

  • PBO modules MV45AOZZ
  • PAI modules MV45AIZZ
  • Data definitions MV45ATZZ
  • Subroutines in MV45AFZZ

From http://tinyurl.com/72v6zs4

permanent link

answered 18 Nov '11, 07:40

pedrolima's gravatar image

pedrolima ♦♦
1.1k232840
accept rate: 32%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×28
×2

question asked: 18 Nov '11, 07:34

question was seen: 26,390 times

last updated: 18 Nov '11, 07:41