Dear experts,
We are working on inbound scenario where we get AS2 EDIFACT 96A purchase order message and we need convert same to ORDERS05 idoc
While going through mapping,for material code we need to fetch our sap material code which will be maintained against partner code in
table KNMT in sap R/3.
In short for mapping of material , in PO we need to query sap table R/3 ie KNMT.
One way we find is RFC adapter,but not encouraged to use it because it will create network congestion and may slow the scenario.What is the most optimal method to use for this ?.
Is it possible that i let w/e material code is coming from partner but while creating sale order in R/3 ,use some user exit or enhancement to modify material code within sap ?.This is what ,i think i should do.
What approach is better in my case ?