2011 Sep 12 4:15 PM
Hi friends,
This may be one of the silliest question but i just couldn't get a solution .
Is it possible for me to have fields like material, plant etc in selection screen for a bdc session mehtod. As per the posts, i need to define a selection screen containig the file name and based on the file and its data the bdc program for sesion will work but is there any way to define material,plant etc as well coz my requirement is to check if the material and the plant exist and if so then go ahead and create the bdc session.
Please help.
Thanks,
Prem
2011 Sep 12 5:21 PM
Dear Prem,
it is not silly.... but sure is unusual.
;o)
If I understood you correctly, all you need to do is create a selection-screen with those fields.
And then, before uploading the file to be used on the BTCI sessions, your ABAP code will need to make the necessary validations prior to that.
What exactly you need to know ?
Kind Regards
/Ricardo Quintas
2011 Sep 12 10:15 PM
yes, you can display material and plant fields with selection-screen.
2011 Sep 13 3:24 AM
Hi Prem,
You can keep selection as you need.Please post the issue clearly step by step then it is easy to answer.
Regards,
Madhu.
2011 Sep 14 9:57 AM
Hi,
You can surely keep material no. and plant in the selection screen, and based on the selection screen value you can validate the data and after the validation update the internal table with material no. and plant value and process the BDC session.
Regards.
Saptarshi Sarkar.
2011 Dec 20 5:12 AM
Thanks all. I am able to do it with selection screen. I was confused if that was possible. Thanks .