‎2008 Jun 23 10:18 AM
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
‎2008 Jun 23 10:26 AM
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.
‎2008 Jun 23 10:26 AM
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.
‎2008 Jun 23 11:19 AM
Hi Joy
I am not passing any date fields data even sy-subrc value is also '0'
‎2008 Jun 23 11:40 AM
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