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

Function Module for Purchase Info Record

Former Member
0 Likes
6,639

Hi,

Could you please tell me the function modules available for the following:-

1) Create Purchase Info Record

2) Change Purchase Info Record

3) Create Source List

4) Change Source List

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,114

Hi,

Use the following,

1. Create inforecord : ME_POST_INFORECORD

2. Change inforecord: ME_UPDATE_INFORECORD

3. Create sourcelist: ME_POST_SOURCE_LIST

Hope this helps,

Rgds,

3 REPLIES 3
Read only

Former Member
0 Likes
3,115

Hi,

Use the following,

1. Create inforecord : ME_POST_INFORECORD

2. Change inforecord: ME_UPDATE_INFORECORD

3. Create sourcelist: ME_POST_SOURCE_LIST

Hope this helps,

Rgds,

Read only

Laxmana_Appana_
Active Contributor
0 Likes
3,114

Hi,

Check this :

ME_DIRECT_INPUT_INFORECORD

Regards

Appana

Read only

Former Member
0 Likes
3,114

Create/Change Source List:

ME_MAINTAIN_SOURCE_LIST.

Create/Change Info Records:

ME_UPDATE_INFORECORD_PD.

NOTE: There is not much validation inside, so you have to manually code to do some validations.