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

Additional tab in VA02

Former Member
0 Likes
2,267

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.

11 REPLIES 11
Read only

Former Member
0 Likes
1,935

Hm, why do I always ask questions that nobody is able to answer???

Read only

Former Member
0 Likes
1,935

Hi Eddie,

The additonal data tab B is customizable for your own needs. Perhaps you can start there.

Read only

0 Likes
1,935

Hi Filip,

As I said, I already filled these tabs, but the customer wants to have new tabs with another tab title.

Rgds,

Eddie.

Read only

Former Member
0 Likes
1,935

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.

Read only

0 Likes
1,935

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

Read only

0 Likes
1,935

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.

Read only

0 Likes
1,935

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

Read only

0 Likes
1,935

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

Read only

Former Member
0 Likes
1,935

hi,

Does it require access key to add more fields in additional tab b.

thanks in advance.

Read only

0 Likes
1,935

Hi SUnil,

As far as I remember you need an access key to change the 'Additional data B'-tab...

Regards,

Eddie.

Read only

aasim_khan
Participant
0 Likes
1,935

Eddie,

Check the link below