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: 

CMOD

Former Member
0 Kudos

Hi

I created a project in CMOD to post a billing document to COPA ( accounting)

In the include of that Project i have written code to give error messages if any logic fails.

The user exit used in the project is related to standard transaction VF02. but when i am trying to display an error message (through my code in this user exit) in VF02 ,it is not gettig displayed .

Is it <b>possible to display these error messages in standard txns using CMOD user exits</b>.

-charitha

2 REPLIES 2

Former Member
0 Kudos

Transaction Code - VF02 Change Billing Document

Exit Name Description

SDVFX001 User exit header line in delivery to accounting

SDVFX002 User exit for A/R line in transfer to accounting

SDVFX003 User exit cash clearing in transfer to accounting

SDVFX004 User exit G/L line in transfer to accounting

SDVFX005 User exit reserves in transfer to accounting

SDVFX006 User exit tax line in transfer to accounting

SDVFX007 User exit: Billing plan during transfer to Accounting

SDVFX008 User exit: Processing of transfer structures SD-FI

SDVFX009 Billing doc. processing KIDONO (payment reference number)

SDVFX010 User exit item table for the customer lines

SDVFX011 Userexit for the komkcv- and kompcv-structures

V05I0001 User exits for billing index

V05N0001 User Exits for Printing Billing Docs. using POR Procedure

V60A0001 Customer functions in the billing document

V60P0001 Data provision for additional fields for display in lists

V61A0001 Customer enhancement: Pricing

J_3RSINV Customer enhancement: Pricing

No of Exits: 17

Transaction Code - COPA Archive Order Record

Exit Name Description

XCOA0001 Batch record: user exit for archiving

XCOM0001 User exit: Material quantity calculation

PPCO0014 Select process orders for external relationships

PPCO0020 Process order: Display/change order header data

No of Exits: 4

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

Former Member
0 Kudos

Hi,

The best thing to do is keep a break point in the include at the error message and see whether triggered or not.

reward points if helpful.