‎2008 Oct 08 3:36 PM
HI
I want to add 2 fields in the VA01 T-code,which are in VBAK table..How to do it ...Plz tell me...
Regards
BAlu
‎2008 Oct 08 3:41 PM
Hi,
Please check the menu path goto-> header -> Additional data A / Additional Data B.
Also please check the program SAPMV45A / MV45AFZZ
Thanks,
Senthil
‎2008 Oct 08 4:04 PM
Thanks and i want to add some logic,where i need to add logic(can i add in PBO & PAI Modules)..
Can u plz tell me the logic for below ones...
A. If the transaction mode is add or update the 2 new fields should be open for input. If the transaction mode is display, then the 2 new fields should display, but be closed for input.
B. Entered data in the new fields should be valid dates. This should be taken care of with the proper definition of the fields.
C. If data is entered into either of the 2 new date fields and the document category (VBAK-VBTYP) is not 'H' for returns, then signal a Warning message.
D. If data in entered into the 2 new fields, update the entered dates to the appropriate fields on the sales order header record.
‎2008 Oct 08 3:50 PM
you can use the screen
SAPMV45A screen numbers 8309 / 4309
you have to use the includes
MV45AFZZ "For user exits if you want to modify any thing extra
MV45AIZZ "For PAI module
MV45AOZZ "For PBO module
‎2008 Oct 08 4:29 PM
Thanks Vijay,
Can u plz tell me the logic for below ones...
A. If the transaction mode is add or update the 2 new fields should be open for input. If the transaction mode is display, then the 2 new fields should display, but be closed for input.
B. Entered data in the new fields should be valid dates. This should be taken care of with the proper definition of the fields.
C. If data is entered into either of the 2 new date fields and the document category (VBAK-VBTYP) is not 'H' for returns, then signal a Warning message.
D. If data in entered into the 2 new fields, update the entered dates to the appropriate fields on the sales order header record.
‎2008 Oct 08 4:38 PM
>If the transaction mode is add or update the 2 new fields >should be open for input. If the transaction mode is display, >then the 2 new fields should display, but be closed for input.
This you can handle it with using T160-TRTYP check the values for the transactions from table T160.
>B. Entered data in the new fields should be valid dates. This >should be taken care of with the proper definition of the fields.
>This is as per your requirement
>If data is entered into either of the 2 new date fields and the >document category (VBAK-VBTYP) is not 'H' for returns, then >signal a Warning message.
this is from PAI flow logic validation
>If data in entered into the 2 new fields, update the entered >dates to the appropriate fields on the sales order header
>record.
this will take care, when you refer the screen fields from Dictionary
‎2008 Oct 08 6:28 PM
@vijay
This you can handle it with using T160-TRTYP check the values for the transactions from table T160.
Isn't it T180-TRTYP?
‎2008 Oct 08 6:31 PM