All,
I apologize for not sharing the information regarding the resolution. I will make sure to share in order for the other group members to get a solution faster incase they have a similar question.
During debugging the job that was submitted, i found that the internal tables that was being read were blank suggesting that the following code did not work.
Initial Code - (did not work)
EXPORT pt_autorenew_no TO MEMORY ID 'ABC'.
Since we are making a call to Submit, the internal table gets blank. Hence we need to use the following.
EXPORT pt_autorenew_no TO SHARED BUFFER indx(st) ID 'ABC'.
Part 2 - Calling BDC
After the Job Submit program completes and ALV is displayed, I wrote an Include for BDC.
Let me know if anyone has any questions on this solution and I will be glad to paste my code.
Regards,
Salil