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

Regarding VA01/VA02 screen exit.

Former Member
0 Likes
946

Hi Abapers,

Scenario:

I have made some custom fields in the screen exit of VA01 as 'Barge' and 'Proof of Delivery'.

if i put value in barge then delivery block gets deactivated and if i put value in proof of delivery, then billing block gets deactivated.

Once i put a value in barge, the delivery block gets removed and i made the delivery. As my proof of delivery is initial, thus there appears a billing block. after delivery when i tries to remove the billing block manually, and save the sales order, then both the block are appearing.

The problem is that when i again login to VA02, it is not recognizng the valiue of barge which is already in the additional screen as i am not going to that screen second time.

Is there any way to retain the values of additional screen, in SAP memory, so that when i again login to VA02, i could retrieve it. I tried Import/ Export...but no use.

Thanks in advance.

Parul.

Hi Abapers,

Scenario:

I have made some custom fields in the screen exit of VA01 as 'Barge' and 'Proof of Delivery'.

if i put value in barge then delivery block gets deactivated and if i put value in proof of delivery, then billing block gets deactivated.

Once i put a value in barge, the delivery block gets removed and i made the delivery. As my proof of delivery is initial, thus there appears a billing block. after delivery when i tries to remove the billing block manually, and save the sales order, then both the block are appearing.

The problem is that when i again login to VA02, it is not recognizng the valiue of barge which is already in the additional screen as i am not going to that screen second time.

Is there any way to retain the values of additional screen, in SAP memory, so that when i again login to VA02, i could retrieve it. I tried Import/ Export...but no use.

Thanks in advance.

Parul.

6 REPLIES 6
Read only

Former Member
0 Likes
820

Hello,

Check this link you willl get an idea

Read only

Former Member
0 Likes
820

Hi,

Use the Export to database based on the user name and import whenever you want from cluster table

using

EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key.

IMPORT obj1 ... objn FROM DATABASE dbtab(ar) ID key.

Regards,

Nandha

Read only

Former Member
0 Likes
820

This message was moderated.

Read only

Former Member
0 Likes
820

hi

could you make the scenario more clear.

regards,

mohan.

Read only

Former Member
0 Likes
820

What are the field names you are using on additonal data screen? are they VBak-ZZ,,, for header screen ) or VBAP-ZZ...( for Item screen )?

it seems you are using your own names for those fields rather than extending vbak or vbap.

Read only

Former Member
0 Likes
820

Self answered.