cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Transaction Type.

venkata_bharath
Participant
0 Kudos

Hai,

I has an issue regarding Transaction Type i.e., if search Sales order then we will get the Sales orders. In that Sales orders if we select any of the Sales order,there in the wok area header create Follow up ,if u click this Create Followup. Then a dailog appears in that BILLING Transaction type is there. I wanted to remove te BILLING Transaction Type Row. How Can i do it .

Path

>open Web UI>select The Buss. Role Sales Professional -->select Sales Cycle --> Search for Sales orders --> Select a Sales Order --> In That Sales Order,click on Create Follow-Up --> Then a dialog appears --> In that i want to remove BILLING.

Accepted Solutions (1)

Accepted Solutions (1)

nisha_vinod
Advisor
Advisor
0 Kudos

Hi Venkat,

When the follow up button in WebUI is clicked, the event handler EH_ONFOLLOWUP of view BT115H_SLSO/SOHOverView gets triggered. In here, refer to the standard SAP code from lines 52-64 where there is code to add the Billing Document to the transaction type pop-up.

So you can redefine this event handler and in your re-definition, eliminate the lines 52-64 and you will not get Billing Document in the pop-up.

Hope this helps,

Regards,

Nisha

venkata_bharath
Participant
0 Kudos

HI NishaNC ,

Than q for u r support.

Regards & Thanks

Venkatabharath

Answers (1)

Answers (1)

robert_kunstelj
Active Contributor
0 Kudos

You must not use any billing document for that transaction type and then this row will not be displayed.