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: 

EDI field

Former Member
0 Kudos

Hi,

I have a field for qualifier code in EDI segment. It has 3 values 001, 002, 003 and I have to add another qualif code 004. How to add this qualif code. Please help me.

Thanks

Veni.

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

Create an extension for the basic idoc type and then.

Find the process code for the idoc type.

Find the processing function module for that process code.

Find the appropriate function exit in that function module.

Code in the exit to add an additional qualifier.

Refer this thread for more info:

http://help.sap.com/saphelp_erp2005/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/frameset.htm

Regards,

ravi

former_member181966
Active Contributor
0 Kudos

FYI

http://help.sap.com/saphelp_470/helpdata/en/07/345f3ce4dd3370e10000000a114084/content.htm

http://help.sap.com/saphelp_470/helpdata/en/44/f50abfea3b11d194dc0000e83dd751/content.htm

Hope this’ll give you idea!!

<b>Pl... award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Manohar2u
Active Contributor
0 Kudos

Check the segment structure and see whether this is coming from any domain, It its a standard then you need to copy the idoc type to Z. And change the segment's component type (data element and domain)

Regds

Manohar