‎2017 Feb 15 4:40 AM
Dear all
i am getting error message as "function code cannot be selected " in bdc program run, please help in this
‎2017 Feb 15 10:47 AM
Hello,
"function code cannot be selected " this means the OK_CODE that you are passing to the internal table of BDCDATA is not not correct.
thank you!!
‎2017 Feb 15 10:47 AM
Hello,
"function code cannot be selected " this means the OK_CODE that you are passing to the internal table of BDCDATA is not not correct.
thank you!!
‎2017 Feb 15 12:12 PM
‎2017 Feb 15 12:19 PM
Also - have you searched for a Bapi to do the same job ?
Rich
‎2017 Feb 24 6:02 AM
Not searched for a bapi, i found the doubt on recording , so i requested to make it record again , then my code succesfully executed.
‎2017 Feb 24 7:57 AM
Yes, but in the majority of cases, BDC's are depreciated and BAPI's should be used. Then you don't get the problems with things like resolution, date and number formats, table controls etc etc. You also do not run into the problem of having to figure out function codes as you have here.
Rich