2008 Mar 04 12:34 PM
Hi guys,
Is it possible to add a new tab in VA02?
I've managed to add fields to 'Additional data B' with screen exits 8309 and 8459, but unfortunately that's not the way they want it...
Is there a BAdI or another user exit which provides me this functionality?
I only found BADI_SD_SALES, BADI_SD_SALES_BASIC and BADI_SD_SALES_ITEM,but I didn't see how I coan add the tab there.
Furthermore there're are the BAdIs BADI_SD_TAB_CUST_H and BADI_SD_TAB_CUST_I, but they're for internal use only...
Thanks and regards,
Eddie.
Hi guys,
Is it possible to add a new tab in VA02?
I've managed to add fields to 'Additional data B' with screen exits 8309 and 8459, but unfortunately that's not the way they want it...
Is there a BAdI or another user exit which provides me this functionality?
I only found BADI_SD_SALES, BADI_SD_SALES_BASIC and BADI_SD_SALES_ITEM,but I didn't see how I coan add the tab there.
Furthermore there're are the BAdIs BADI_SD_TAB_CUST_H and BADI_SD_TAB_CUST_I, but they're for internal use only...
Thanks and regards,
Eddie.
2008 Mar 04 1:54 PM
Hm, why do I always ask questions that nobody is able to answer???
2008 Mar 04 2:36 PM
Hi Eddie,
The additonal data tab B is customizable for your own needs. Perhaps you can start there.
2008 Mar 05 6:30 AM
Hi Filip,
As I said, I already filled these tabs, but the customer wants to have new tabs with another tab title.
Rgds,
Eddie.
2008 Mar 05 1:20 PM
Ok, nobody can answer my first question...
So, does at least anybody know how to change the title of the tab 'Additional data B' in program SAPMV45A for header and item?
I cannot find this in the code...
Rgds,
Eddie.
2008 Mar 05 1:31 PM
hi eddie,
i think one more tab can be added in sales order at item level like add data C. My project has not done in sales order but done in notifications (IW51). I think it is done through screen exits. But most of the things are done by ABAP. I am trying to get more info and will let you know. (probably tomorrow.)
kind regards
sandeep
2008 Mar 05 1:38 PM
Hi Sandeep,
I also added some tabs on my own for purchase orders via BAdI (ME22N). But it seems that it's not possible for sales orders, because there's is no BAdI to do that.
I've now implemented the screen exit and changed the text for 'Additional data B'. It is stored in the table TAXITABSTXT. I think I dont't need another tab here...
I'm not happy that I had to do some modification, but there was no other way to do it.
Rgds,
Eddie.
2008 Mar 05 2:36 PM
Hi
From my limited knowledge of ABAP and help from my ABAPEr friends, you can define new tabs or change tab name using functionality called Tab Strip Control
You can go thru below link
http://help.sap.com/saphelp_nw70/helpdata/en/17/5bf1b52ba211d2954f0000e8353423/content.htm
I think will help u to a extend.
If i have helped, dont forget to reward pts
Kind regards
sandeep
2014 Nov 15 2:12 PM
why do I always ask questions that nobody is able to answer???
Ok, nobody can answer my first question...
So, does at least anybody know how to change the title of the tab 'Additional data B' in program SAPMV45A
First try to post in the right forum to get right direction. Posting in a wrong forum is your mistake. Don't blame SCN members when the mistake is yours and avoid commenting as above. Anyway, moved from SAP ERP Sales and Distribution (SAP SD) to ABAP Development
G. Lakshmipathi
2008 Apr 17 10:02 AM
hi,
Does it require access key to add more fields in additional tab b.
thanks in advance.
2008 Apr 17 11:08 AM
Hi SUnil,
As far as I remember you need an access key to change the 'Additional data B'-tab...
Regards,
Eddie.
2014 Nov 15 11:07 AM