‎2010 Mar 19 9:48 AM
hi,
i am using Message Type
COND_A -
Pricing Conditions
Idoc Type
COND_A01
to post condition types in tcode me32k.
i get idoc status as 53 and in bd87 i can see all condition types.
but when i check in tcode me32k i find few types missing.
i tried debugging the outbound function module but the internal table KNOP has all values.
pls help.
‎2010 Mar 19 10:34 AM
Hi,
Which FM you are debugging MASTERIDOC_CREATE_COND_A or MASTERIDOC_CREATE_SMD_COND_A.
In the same Function pool, check include program LVKOEF01, PERFORM IDOC_DATA_ASSUME subroutine where data is collected in internal table GT_IDOC_DATA and then the table is passed to PERFORM IDOC_CREATE for IDOC creation.
Check the data in the internal table.
Regards,
Ni3
‎2010 Mar 19 10:47 AM