cancel
Showing results for 
Search instead for 
Did you mean: 

How to add the new tab in Quotation VA21

former_member358181
Active Participant
0 Kudos

Hi,

How to add the new tab after Addition data B in line item in Quotation VA21?

Please help me for this query.

Devendra

Accepted Solutions (0)

Answers (1)

Answers (1)

prasanna_kumar4
Active Contributor
0 Kudos

HI

Kindly check the Below link

[Re: code for adding a new tab |http://forums.sdn.sap.com/thread.jspa?threadID=2130005&messageID=11056298#11056298]

The above link explains how to add the tab in VF01 , based on reference try do it for VA21

Discuss with ABAPers and Do it

Regards,

Prasanna

former_member358181
Active Participant
0 Kudos

Hi,

Thanks for the reply, we have checked with help of ABAper to given link and he said these Enhancements from ECC 6.0. We are working on ECC5.

Already we have created the new screen in se51 and Z program with the help of an abaper but he got stuck up with the enhancements because where enhancements are not introduced. we have gone through the program (SAPMV45A) in SE80 and seen some BADI's given for the header and item level mentioned below.

4313 Subscreen Container for BADI_SD_TAB_CUST_H

4314 Subscreen Container for BADI_SD_TAB_CUST_I

In the second BADI which is for item level he need to write the enhancement code but in which module of that program it is to be written?

Pl help me to proceed further.

Devendra

Former Member
0 Kudos

Dear Devendra,

Use the program SAPMV45A & the screen number provided by SAP is 8459.If you activate this screen and include the screen in 4462.

PROCESS BEFORE OUTPUT.

*                            Verarbeitung vor der Ausgabe

   MODULE VBAP_BEARBEITEN_VOR.

   CALL SUBSCREEN KUNDEN-SUBSCREEN_8459 INCLUDING 'SAPMV45A' '8459'.

PROCESS AFTER INPUT.

*                            Verarbeitung nach der Eingabe

* Hier weitere Prüfungen

   CALL SUBSCREEN KUNDEN-SUBSCREEN_8459.

Regards,


Anand