‎2006 Jul 19 7:08 AM
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
‎2006 Jul 19 7:17 AM
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,
‎2006 Jul 19 7:17 AM
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,
‎2006 Jul 19 7:18 AM
‎2006 Jul 19 7:19 AM
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.