cancel
Showing results for 
Search instead for 
Did you mean: 

ECN Export to cFolder along with Affected item

Former Member
0 Kudos

Hi Experts,

We have a requirement to export ECN along with all the affected item and history of ECN in PDX format.

I am using cFolder to export the BOM in PDX format. There is no option to export the ECN from SAP to cFolder using CFE02

transaction.

I can export the ECN to cFolder using FM CFX_S_API_WRITE. But, I also want to link the Affected items to ECN while exporting.

My question is

Is there any way (any FM or Method) so that I can read existing SAP BOM in terms of cFolder attributes (like CFE02)

and pass it to FM CFX_S_API_WRITE?

There could be many BOM in an ECN and it is required to write all the fields of BOM so it is hard to write BOM using CFX_S_API_WRITE.

Regards,

Atul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

check out this class

CL_CFX_BI_BOM -> GET_BS_DATA this is used to read the ERP BOM details.

then check out EXPORT and EXPORT_VERSION ( ). To understand how to convert the ERP data into the cFolders structure.

Former Member
0 Kudos

Thanks.

These methods are protected so can not be used directly. But, It helped me more to know the functionality by debugging.

Answers (0)