To Run a DM Package Using VB with Parameters
Hi Experts, I have requirement that is as follows in EPM 10. To create a VB form in excel using VB which would have text boxes and a button,and on the event of button click the values in the Text Box...
View ArticleRe: To Run a DM Package Using VB with Parameters
Hi Sravan, It will not be possible in the manner you want to pass the parameter through VBA form to package. But there are workarounds you may try. Please refer to the following...
View ArticleRe: To Run a DM Package Using VB with Parameters
Hi Sravan, If you know how to call ABAP from your VBA you can call UJD_TEST_PACKAGE and pass these parameters to it. -Gersh
View ArticleRe: To Run a DM Package Using VB with Parameters
Hi Sravan, This is possible. Please refer to the below how to guide on SCN:http://scn.sap.com/docs/DOC-32636 Hope this helps.
View ArticleRe: To Run a DM Package Using VB with Parameters
Hi, I'm trying to Call a function module through VB and then executing UJD_TEST_PACKAGE in the Function Module. ~Sravan Kumar
View Article