cancel
Showing results for 
Search instead for 
Did you mean: 

Error message: No documentation exists for message V1096.

Former Member
0 Kudos

Hi Friends,

While monitoring the production system, got some cancelled transactions.

Error message: No documentation exists for message V1096.

For this I found one sap note 845599, but it's upto 5.0 , but we are using 6.0. please suggest me how to search?

if you provide solution for above message or alternative sap note, its very help ful for me

thanks in advance,

regards,

durga

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Durga,

IPlease apply the following note 845599 and 854744. Even these notes are up to 5.0, please review the source code.

Please make then the following correction in include program

LKAIPF2O :

...

call function 'SD_ORDER_CHECK' "326856

exporting

i_cobl = p_cobl

i_status_check = con_off

I_NO_WARNUNG_V1096 = 'X' "<<<<< INSERT

...

These code correction should avoid the V1096 error / warning problem.

Another possible solution could be the following : please check if

you can remove the rejection code in the sales order item of the sales

order , which is reported in the job log.

Regards

Ruy Castro