2015 Feb 23 7:58 AM
Hello Experts,
I am facing a problem in custom program. I have written a program importing data from excel file and process the data by performing a BDC program then export the data again to excel with additional column represent the document no as an output from the saving document by BDC.
The problem is in running the function module XXL_FULL_API gives dump error as shown in the attached file dump_error.jpg only when the default parameter of my user is Islamic Date1 as shown in the attached file user_profile.jpg.
When I change the Profile defaults to Georgian date the function module running well and export the data.
Please find in the attachment the program code and the dump error and the user profile.
2015 Feb 23 6:23 PM
Looks like the date is alpha numeric (numbers and letters), which is tried to be passed to a numeric field in program.
Change the field type to alpha numeric, as in type CHAR, and check.
2015 Feb 24 6:14 AM
Thanks a lot Mr. Aziz. the problem is Islamic format takes value of A, B, C. The variable in the standard function module is number. How to change it while it is standard.
2015 Feb 24 7:57 AM
2015 Feb 27 10:44 PM