cancel
Showing results for 
Search instead for 
Did you mean: 

Additional field in FB03 and FBV0

Former Member
0 Kudos

I want one additional field in the layout i.e. document amount, which is not available at present. How to do.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183906
Active Contributor
0 Kudos

Hi

You need to find additonal field details from functional consultant & ABAP'er.

After that you need to create Z message type with that additional field/segment and further assign it to IDOC.The process is as follows :

1)Create Message Type

Go to transaction code WE81

Change the details from Display mode to Change mode

After selection, the system will give this message u201CThe table is cross-client (see Help for further info)u201D. Press Enter

Click New Entries to create new Message Type

Fill details

Save it and go back

2)Assign Message Type to IDoc Type

Go to transaction code WE82

Change the details from Display mode to Change mode

After selection, the system will give this message u201CThe table is cross-client (see Help for further info)u201D. Press Enter.

Click New Entries to create new Message Type.

Fill details

Save it and go back

Gud Luck

VijayKonam
Active Contributor
0 Kudos

May be your ABAP experts have to extend the IDoc to include that fields (may be a Z message type of the IDoc) and then you should import that in to XI.

VJ