cancel
Showing results for 
Search instead for 
Did you mean: 

Check Field in the transaktion CRMD_ORDER

Former Member
0 Kudos
118

Hello Experts,

I need to check various fields to specific issues in the transaction CRMD_ORDER .

For example: first it should be checked if the entered item number exists.

I've recently started to develop and for me it´s verry hard to find the appropriate function blocks with the required functionality and to modifikate so that they can solve my problem

Can anyone give some tips for the correct function block.

For help I would be very grateful.

Thanks in Advance

Accepted Solutions (0)

Answers (2)

Answers (2)

kakshat
Advisor
Advisor
0 Kudos

Hello Adrian,

You can check CRM*INCOMPLETENESS* function modules in SE37 for e.g CRM_ORDER_INCOMPLETENESS_CHECK. These are function modules responsible for checking the completeness of business transactions.

Also, you can check node 'Incompletness Check' in IMG at the following path: SPRO > Customer Relationship Management > Transactions > Basic Settings > Incompleteness Check. There is a BAdI available here too.

Regards,

KA

Former Member
0 Kudos

Hi Adrian,

You can read the details of an transaction using the FM CRM_ORDER_READ using which you can look details like Header, Item, Organisation,status etc.

Even You can update the modifications in the transaction using FM's CRM_ORDER_MAINTAIN and CRM_ORDER_SAVE.

You can find report with the same name. go to SE38 and look at the FM's..

You can get clear picture of the modules.

Hope u find it useful.

Regards,

Hcl sparks.