E9.2 R47011 and Configurator Files (F3201/F3211/F3215)

SumeetC

Member
Hi All,

I have a custom report which is a copy of R47011. In "Read/Edit EDI Header" section of R47011, there is a call to B4700110 (R47011DataBaseUpdateSection) which internally calls B4200310 (F4211FSEndDoc).

In this End Doc function, there is a call to B3202850 (WriteConfiguratorFilesEndDoc) which is again calling the config functions that actually write data to F3201, F3211, and F3215. The functions are mentioned below:
1. N3201500 (WriteConfigF3201Records)
2. B3201600 (WriteConfigF3211Records)
3. B3201580 (WriteConfigF3215Records)

The issue that I am facing is despite all these calls in place, Oracle is saying that we can't use R47011 to create config sales orders, and this must be done only via P4210 which calls P3210 on "Kits/Config" row exit.

According to customer, this problem has started after upgrade to 9.2 and prior to upgrade (prev rel 9.1) the same custom report was working per the expectation. I checked all the functions and could not find any sort of customization/enhancement in any of the functions.

Please let me know if anyone has created configured sales orders using R47011 and also, I am unable to debug this string of functions (6 in all). I started with debugging of B4700110 and then stepped into B4200310 and went till the call to B3202850 but couldn't continue because of various exceptions and PDB errors in Visual Studio which crashed JDE frequently.

In my custom report, there is no additional code related to configured items. I went through the logs of P4210 and found that writing to config tables is handled through a different set of functions.

Any help/clue in this regard would be highly appreciated.

Regards,
Sumeet
 
Back
Top