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: 

Reqired field check by plan.....

Former Member
0 Kudos

Hi

Any one help me to this enhancement. how to write the code in qqma0014 ->exit_sapmiwo0_020---> include xxxxxx.

for the below require ment. i am a new for this technology.. any one tell me step by step process and code for this req so anybody help....Thanks to all....

u2022 Based on the notification type and plan type (maintained in defect code QMFE- FECOD), fields are defined as mandatory or not. It is required to check mandatory fields for an entry and provide an error message if blank.

u2022 Implement SAP enhancement QQMA0014 - Checks before Saving Notification

u2022 Maintain entries in a custom table for each notification type and associated required fields. Enhancement QQMA0014 will check for an entry is made for each of the required fields within the quality notification. If no entry is made, then the system will provide an error message displaying specific fields without values.

u2022 When saving the notification, the custom table entries are checked against the SAP table fields as indicated below:

u2022 Get plan number from QMFE-FECOD

1 ACCEPTED SOLUTION

former_member320332
Contributor
0 Kudos

Hi Suri,

Seems you need to validate the data in Quality notification document with one Z table depending on the

field QMFE-FECOD.

If you are not aware of implementation of Exit in CMOD go through below wiki link first

[http://wiki.sdn.sap.com/wiki/display/ABAP/CustomerExits(CMOD)]

Then implement QQMA0014 in CMOD and validate the required field from your custom table and raise a error

message.

Thanks,

Pawan

2 REPLIES 2

former_member320332
Contributor
0 Kudos

Hi Suri,

Seems you need to validate the data in Quality notification document with one Z table depending on the

field QMFE-FECOD.

If you are not aware of implementation of Exit in CMOD go through below wiki link first

[http://wiki.sdn.sap.com/wiki/display/ABAP/CustomerExits(CMOD)]

Then implement QQMA0014 in CMOD and validate the required field from your custom table and raise a error

message.

Thanks,

Pawan

0 Kudos

Hi All

Thanks for reply.