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

Screen Exit

Former Member
0 Likes
872

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

7 REPLIES 7
Read only

Former Member
0 Likes
834

Hi,

Please check the menu path goto-> header -> Additional data A / Additional Data B.

Also please check the program SAPMV45A / MV45AFZZ

Thanks,

Senthil

Read only

0 Likes
834

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.

Read only

Former Member
0 Likes
834

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

Read only

0 Likes
834

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.

Read only

0 Likes
834

>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

Read only

0 Likes
834

@vijay

This you can handle it with using T160-TRTYP check the values for the transactions from table T160.

Isn't it T180-TRTYP?

Read only

0 Likes
834

yes it is T180. i am sorry for it. T160 is for Purchasing.