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

Adding Custom Tab in VC01N

Former Member
0 Likes
832

Dear Experts,

I want to add a custom tab in VC01N , next to the tab Sales Summary as shown below. Please guide me how to do it. I have tried to use screen exits

  • V43A3X1
  • V43A5X1
  • V43A6X1

which i did not found useful. Do i need to take Access key for this?

Please let me know how to proceed for the solution as soon as possible.

Regards,

Prachi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
718

For this we don't have any exit for adding new tab. We need to take the access key for this.

5 REPLIES 5
Read only

Former Member
0 Likes
719

For this we don't have any exit for adding new tab. We need to take the access key for this.

Read only

0 Likes
718

Hi Vamsi,

Thanks for prompt reply.

Could you please let me know for which program name and screen number i should ask for access key from my Basis team.

Regards,

Prachi

Read only

0 Likes
718

Program Name: SAPLV43D


Check these two screens by debugging 102 & 105 these two are having 10 Tabstrips.

Read only

Former Member
0 Likes
718

Hi Prachi,

The User Exits Available are  -

V43A3X1   - GUI exit '+3X1': Sales activities/actions (GOTO menu)

V43A5X1   - GUI exit '+5X1': Sales activities/actions (INFORMATION

V43A6X1   - GUI exit '+6X1': Sales activities/actions (ENVIRONMENT

V43ADATA  - Change sales activity data online (structure VBKAKOM_UP

V43K0001  - Enhancements for linking to calendar

This is all which is available and you need to search the individual FM's functionality in T-code SMOD.

BR,

Ankit

Read only

0 Likes
718

Hi Amit,

I am looking for screen exits as i need to make a Custom Tab at screen as shown below.

The user exits which you have given consists of either user exits or function exit.

Please let me know any other solution for this.

Regards,

Prachi.