2008 Nov 07 9:40 AM
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.
2008 Nov 07 9:45 AM
2008 Nov 07 9:48 AM
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
2008 Nov 08 8:31 AM
2008 Nov 08 9:43 AM
2008 Nov 08 12:16 PM
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.
2008 Nov 09 7:51 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |