2015 Sep 06 5:14 PM
Hi,
As i am working in the Upgrade project and in the old system when we execute the report and when we click on the Values (eg) Some amount values it will take to the TCODE related to FICO it works fine in Old Systems.
The same process when i try to do in the new system based on the Same input criteria my Tcode is not getting opened but it taking to the manual BDC recording.
I have compare the code its same.
I have used the Statement.
Kindly suggest.
Regards,
Sadiq K
2015 Sep 06 6:39 PM
Hi All,
As i am using Call transaction method.
CALL TRANSACTION 'F10N' USING bdc_tab MODE 'E' UPDATE 'S'.
Once this statement occurs i couldn't able to open the Transcation Code instead its displaying the BDC recording.
Kindly suggest.
Hi,
As i am working in the Upgrade project and in the old system when we execute the report and when we click on the Values (eg) Some amount values it will take to the TCODE related to FICO it works fine in Old Systems.
The same process when i try to do in the new system based on the Same input criteria my Tcode is not getting opened but it taking to the manual BDC recording.
I have compare the code its same.
I have used the Statement.
Kindly suggest.
Regards,
Sadiq K
2015 Sep 06 6:39 PM
Hi All,
As i am using Call transaction method.
CALL TRANSACTION 'F10N' USING bdc_tab MODE 'E' UPDATE 'S'.
Once this statement occurs i couldn't able to open the Transcation Code instead its displaying the BDC recording.
Kindly suggest.
2015 Sep 07 3:48 AM
Hi Sadiq,
CALL TRANSACTION 'F10N' USING bdc_tab MODE 'E' UPDATE 'S'.
You have mentioned mode as 'E' - Error display, this BDC will stop if any error happens.
So you have to use mode as 'A' - All display.
Arivazhagan S
2015 Sep 07 7:48 AM
Hi All,
I have resolved the issue.
The issue was the screen field error. The screen field has been different from new system to Old system.
Regards,
Sadiq K