cancel
Showing results for 
Search instead for 
Did you mean: 

GOA BLAORD Error

Former Member
0 Kudos

Hi,

I am using ECC 6.0 , SRM 5.0

The configurations relevant to GOA are completed.

BLAORD and COND_A are getting created in ECC but the the processing of them is getting problem.

BLAORD is in error status.

No batch input data for screen SAPMM06E 0514

I am checking on note Note 1154228 - Error in GOA Distribution to ECC

Can someone help on this ??

Jayesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Jayesh,

Please look at the below thread.This may help you how to debug the idoc that reaches R/3. With this you can find, what is the filed value missing from the IDOC.

Regards,

Rama

Former Member
0 Kudos

This is one of the following errors:

1. Company code field is not filled. If I recall correctly we squashed that with BADI BBP_CTR in ECC. The problem is that a lot of fields MM uses are not available in SRM. To enable contract creation SAP puts a / in the necessary fields but forgot the company code field.

2. Maintain a printer for the rfc usr. (or that is the DV070A -or something like that, which you will probably run in next)

Check the screen using SE80 and screen painter.

Former Member
0 Kudos

Please add a break point in the function module IDOC_INPUT_BLAORD in the line

CALL TRANSACTION H_TCODE
                           USING T_BDCDATA
                                 MODE MODE
                                 UPDATE 'S'
                                 MESSAGES INTO T_BDCMSGCOLL.

Change the value of variable MODE to "A" in debug mode and continue, this will give you the problem.

Regards

Kathirvel

former_member191111
Participant
0 Kudos

Hi,

Please check weather Company code is there or not in BLAORD or COND_A .

Since company code is mandatory field for this screen it won't allow the updation of condition in contract without having company code .

Regards,

Sachin