Application Development 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: 

Corresponding screen fields in tcode from idoc structure. How to get it....

Former Member
0 Kudos

Hi experts,

I have an IDOC structure(containing fields) for invoic verification.

That is to say, the fields in that particular idoc structure are there with me in an excel. Now I want to write the corresponding field's F1 description and screen field name in the same excel sheet under two different columns. But I am not sure what tcode to look. Because I am not finding all the fields in invoice documents. I am searching tcodes Miro(MIR4),

FB03 and all related documents generated.

Please tell me from where( from which tcode) to get the screen fields generated by the idoc. I want to make a list of them.

How to determine the tcode from which a particular idoc structure is coming.

Regards,

Sangeeta.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

For every IDOC Message Type, there is a BAsic IDOC type... which has a segment. This segment contains.... the fields the IDOC actually will process..

IF u go to we82,u will get the basic message type which contains the segment...

To see the fields in a segment, tcode is we31.

Regards,

Vishwa.

4 REPLIES 4

Former Member
0 Kudos

Hi

For every IDOC Message Type, there is a BAsic IDOC type... which has a segment. This segment contains.... the fields the IDOC actually will process..

IF u go to we82,u will get the basic message type which contains the segment...

To see the fields in a segment, tcode is we31.

Regards,

Vishwa.

Former Member
0 Kudos

Hi,

You can test in we19 with basic idoc type INVOIC01 .

You can see all the segments there.

download from net the invoicin.xls file which has all the fields with qualifiers to be used and the description of the field(i got it from net i cann't attach here)

Also let me know any questions I worked on this.

You need to do config in OBCA , OBCE , OBCD ,OBCB tcodes apart from we20 etc.

Rhea.

Former Member
0 Kudos

Hi,

There is no standard transaction which tells you the mapping from the IDoc fields to the corresponding Screen fields.

for this you will have to run through the Inbound Idoc processing function module and see how the BDC data in case of Call transaction, and BAPI structures in case of BAPI, are populated from the IDoc segments and fields.

regards,

Advait.

Former Member
0 Kudos

Hi Sangeetha,

Your functional consultant should tell you what fields are to be populated at the transaction level, and its your duty as a technical consultant to find the appropriate fields and segments in the idoc.

If you wanted to see the documentation for the IDOC then use the Transaction WE60 by giving the basic type of the idoc you wanted to use, incase of invoice verification the basic type would be INVOIC01.

Then you will see all the segments and the description of the idoc segments and fields and you can put them in the excel sheet.

That's how need to go ahead.

Thanks,

Mahesh.