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

How to find standard function modules for IDOCs

Former Member
0 Likes
405

Hi,

Can anyone tell me is there any way to find the standard function module for IDOC. I have checked BD60 but it's not available. For example Idoc type WPUBON01 and I need to know the function module. Can anyone tell me the way out.

Secondly, if anyone can provide me the code to map the file fields and idoc segements.

Regards

Hi,

Can anyone tell me is there any way to find the standard function module for IDOC. I have checked BD60 but it's not available. For example Idoc type WPUBON01 and I need to know the function module. Can anyone tell me the way out.

Secondly, if anyone can provide me the code to map the file fields and idoc segements.

Regards

1 REPLY 1
Read only

Former Member
0 Likes
340

Use WE82 to find message type associated with Idoc type.

Then use this message type as a search string to find the FM.

The associated FMs are.

POSED_FILL_OVERVIEW_ENT_WPUBON

POSED_INIT_DATA_WPUBON

POSED_LOCK_DATA_WPUBON

POSED_OVERVIEW_ASSIGN_WPUBON

POSED_READ_DATA_FROM_DB_WPUBON

POSED_READ_TR_DATA_WPUBON

POSED_SAVE_DATA_WPUBON

POSED_SEARCH_STRING_WPUBON

POSED_STORE_DATA_WPUBON

POSED_UNLOCK_DATA_WPUBON

POSED_UPDATE_DATA_WPUBON

POSED_UPDATE_TR_DATA_WPUBON

Thanks,

Utsah Garg.