Application Development and Automation 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: 
Read only

Regarding Exits

Former Member
0 Likes
493

Hi All,

In tcode QM02 (when notification type is Q2) when i click on complete button(flag sign button) i want to check the value in vendor ,if it is empty i have to msg.

I want to know whether any exit is there for the fcode(ARCH)(wh is fcode of complete buttton) ,i checked all the exits but i didn't find it .if anybody worked on this before please help me.

One more if there is no exit how to proceed?

Points are rewarded on helpful answers .

Thanks in advance,

Priya.

3 REPLIES 3
Read only

Former Member
0 Likes
464

Hi,

I this case since it's simple validation you may use Field Exit for data element of Vendor.

I hope this helps,

Regards

Raju Chitale

Read only

0 Likes
464

I don't want to validate the vendor its already done ,i just want to check whether vendor is empty or not only after clicking 'complete' button.

before that if vendor is empty that is ok ,while saving also its ok, only when complete is clicked it should not be empty.

Read only

Former Member
0 Likes
464

Transaction Code - QM02 Change quality notification

Check all

Exit Name Description

IWO10026 User check on setting status 'Do not perform'

IWO10027 User exit: Generate user-defined settlement rule

IWOC0001 Create PM/SM notification: Determine reference object

IWOC0002 PM/SM notification: Check whether status change is allowed

IWOC0003 PM/SM authorization check of ref. object and planner group

IWOC0004 Change single-level list editing PM/QM/SM ALV settings

No of Exits: 6

Rewadrs if useful..................

Minal