‎2006 Sep 22 3:15 PM
Hi,
I have a requirement ,based on certain condition a transaction CC11 will be called in the user-exit and a material number has to entered on the first screen and on the second screen ECR number has to given , this has to be done in the background, BDC will be a better option for this? .
Thanks & Regards
Syed
‎2006 Sep 22 3:21 PM
Check if there is any SAP standard function module or BAPI you can use for the solution. If not then you can use BDC. Generally BDC will be used in User Exit.
‎2006 Sep 22 3:42 PM
Hi Syed,
You cannot directly execute a transaction in background. The options available are using BAPI or BDC's from custom build program. Just for information you cannot use BDC's with the Enjoy transactions.So prefer going for BAPI if available or else you can go for BDC's and execute it in background from user-exit.
Hope this helps.
‎2006 Sep 22 3:52 PM
Hi Imtiyaz,
The Transaction is CC11 , i think its not a enjoy transaction.
Regards
Syed
‎2006 Sep 22 3:54 PM
Hi,
Yes it is not, All enjoy transactions has last letter n .
Hope this helps.