Application Development 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: 

User exit in VL31N/VL32N to add tab page at header level

Former Member
0 Kudos

Hi,

I want to know whether we have any user exit for VL31N to add tab page. I know the BADI name. But now I am using 4.6c which doesnot have the BADI.

Bye.

8 REPLIES 8

Former Member
0 Kudos

I solved it.

0 Kudos

can you please elaborate the solution. I have the same issue.

0 Kudos

Hi, I am having same requirement but i need to add header tab in Tcode - VL31N. I need to implement same BADI - LE_SHP_TAB_CUST_HEAD. I set break-point in Method ACTIVATE_TAB_PAGE passing required parameter.

EF_CAPTION = 'Customer Tab'.

EF_POSITION = 7.

EF_PROGRAM = 'SAPLZMM_VL31N'.

I have created a Function Group in which i have defined my screen but screen is not coming up in output.

Pls assist

0 Kudos

Hello sarath chandra sistla ,

Can you please tell me how you solved the problem. I am also on 4.6 which does nt have the BADI: LE_SHP_TAB_CUST_HEAD

Thanks,

Anju

Former Member
0 Kudos

Hi Sarath,

You had mentioned in the SDN forum that you could create the tab page in VL31N. I too have the same situation where i need to add customer fields in upload tab in header.I know the BADi LE_SHP_TAB_CUST_HEAD would work for this. But i have worked BADI screen enhancements. Can you please send the sample code to me so that i can take a reference.

Thanks and Regards,

Karthik

0 Kudos

Hi Sharat,

I have same requirement , could you please provide me some ideas on this .

Thanks & Regards

Bindu

0 Kudos

Hi Sharat,

I have same requirement , could you please provide me some ideas on this .

Thanks & Regards

Bindu

0 Kudos

Hi Bindu, You can implement BADI - LE_SHP_TAB_CUST_HEAD to add header tab for Tcode - VL31N.

Create function group and create screen in that function Group. Call screen in Method ACTIVATE_TAB_PAGE of badi by passing required parameter as listed below.

EF_CAPTION = 'Insurance Detail'. " Tab Text

EF_POSITION = 7. " Tab Position

EF_PROGRAM = 'SAPLZMM_VL31N'. " Function Group

EF_DYNPRO = '9001'. " Screen #