Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Idoc

Former Member
0 Likes
541

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.

2 REPLIES 2
Read only

former_member434229
Active Participant
0 Likes
474

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

Read only

0 Likes
474

Hi,

I m using the FM IDOC_INPUT_COND_A.