cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound IDOC - link tu GOS question (production order)

323

Hi,

We are switching partner in WE20, using the same function module to reprocess incoming Idocs, and the GOS link Idoc-Production Order - is now not getting created. How can this be fixed?

Question 2 - when we test incoming Idocs in WE19, the link is also not created. Why?

How does the link creation work? When and where is called function BINARY_RELATION_CREATE during inbound process? What customizing is needed?

FredericGirod
Active Contributor

Did you try to switch back to previous partner and put a trace to find where the IDOC is inserted into GOS ? You certainly have a specific code with a partner hard coded.

Are you sure to use the same function module in WE19 than in normal process ? Did you check authorization ?

GOS is only set of tool, the customizing is more about ArchiveLink (if you want to save in a HTTP Content Server, in a file, in database, ...)

Sandra_Rossi
Active Contributor

Difficult to answer, you don't explain how you are "switching partner in WE20" and how you "reprocess incoming IDocs"...

The IDoc "inbound process" is the term for the processing which happens after IDoc creation and after IDoc/Business Object link creation ("BINARY_RELATION_CREATE").

IDoc and link creations are specific to each application.

Please clarify your question.

Accepted Solutions (0)

Answers (2)

Answers (2)

DominikTylczyn
Active Contributor

Here is Google translated topic on Polish SAP bulletin board: https://shorturl.at/hwy08

0 Kudos

Maybe my question was not well described, but the solution is the following: inbound idoc function module needs to run the following FuBas

L_IDOC_INPUT_REFRESH + L_IDOC_OK_SAVE + L_IDOC_CREATED_OBJECTS_SAVE (or L_IDOC_ERROR_SAVE) +L_IDOC_STATUS_CREATE + L_IDOC_RETURN_CREATE and the last creates returning internal table "return_variables" which needs to be filled with Application data numer (this production order).