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 ALE_INTERNALORDER_DB_CHANGE

Former Member
0 Likes
1,033

Hi All

I am using function module ALE_INTERNALORDER_DB_CHANGE to change order,Manually when i pass data to function module it is updating the transaction but when i call through program it is not upadting the transaction.

Please guide me

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
745

May be the date fields, u r passing to the FM are not in proper format when calling this FM from prog. When u test run a FM SAP take cares proper date format by itself.

Regards,

Joy.

3 REPLIES 3
Read only

Former Member
0 Likes
746

May be the date fields, u r passing to the FM are not in proper format when calling this FM from prog. When u test run a FM SAP take cares proper date format by itself.

Regards,

Joy.

Read only

0 Likes
745

Hi Joy

I am not passing any date fields data even sy-subrc value is also '0'

Read only

0 Likes
745

Hello Vinay,

Please use the BAPI BAPI_INTERNALORDER_SAVEREPLICA for both creation as well as changing Internal Order Master Data. The FM ALE_INTERNALORDER_DB_CHANGE is called from with in the former BAPI. It is not safe to make a direct call to the latter one.

Hope this resolves your problem.

With Regards

Vijay Gajavalli