2007 Oct 05 12:05 PM
Hi ,
I have created a subscreen which needs to get added to a main screen in SAPMF02D program. The main screen no is 7000 in SAPMF02D.<b> new subscreen created needs to be added to 7000 screen.</b> The logic written in this standard program is some what different.
The exact functionality: Whene you enter transaction XD01 & XD02 you can see 'sales area' push button on Application tool bar click it and go inside there you can see sales tab in which you see 'Agency Bussiness' tab. I need the new subscreen to be triggered after Agency bussiness. <b>Can any one tell me where i should call the subscreen.</b>
Please help me in this issue ASAP.
Points will be rewarded for the right answer definetely.
Hi ,
I have created a subscreen which needs to get added to a main screen in SAPMF02D program. The main screen no is 7000 in SAPMF02D.<b> new subscreen created needs to be added to 7000 screen.</b> The logic written in this standard program is some what different.
The exact functionality: Whene you enter transaction XD01 & XD02 you can see 'sales area' push button on Application tool bar click it and go inside there you can see sales tab in which you see 'Agency Bussiness' tab. I need the new subscreen to be triggered after Agency bussiness. <b>Can any one tell me where i should call the subscreen.</b>
Please help me in this issue ASAP.
Points will be rewarded for the right answer definetely.
2007 Oct 05 6:38 PM
Hi, I don't think there are any screen exits for XD** transactions. in ECC5 BADIs were provided . You can extend the screen up to 22 tabs. You can use the Business Add-Ins (BADI) CUSTOMER_ADD_DATA_CS and BADI CUSTOMER_ADD_DATA for processing enhancements in the customer master record. You use the BADI CUSTOMER_ADD_DATA_CS to integrate your own subscreens in the standard dialog. You can process your own data (add-on data) on these subscreens.
2007 Oct 08 4:20 AM
Transaction Code - XD02 Change Customer (Centrally)
Exit Name Description
SAPMF02D User exits: Customer master data
No of Exits: 1
Transaction Code - XD01 Create Customer (Centrally)
Exit Name Description
SAPMF02D User exits: Customer master data
No of Exits: 1
BAPI-step by step procedure
http://www.sapgenie.com/abap/bapi/example.htm
list of all BAPI's
http://www.planetsap.com/LIST_ALL_BAPIs.htm
USER EXIT
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sapgenie.com/abap/code/abap26.htm
http://www.sap-img.com/abap/what-is-user-exits.htm
http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
http://www.easymarketplace.de/userexit.php
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sappoint.com/abap/userexit.pdfUser-Exit
http://www.sap-img.com/ab038.htm
http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sap-img.com/abap/what-is-user-exits.htm
http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
Rewards if useful.........
Minal
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |