‎2007 Jul 19 7:07 AM
‎2007 Jul 19 7:13 AM
Yes you can any program from another program using
SUBMIT <repname> statement
SUBMIT <repname> USING SELECTION-SCREEN dynnr.
or
SUBMIT <repname> VIA SELECTION-SCREEN USING SELECTION-SET variant
SUBMIT <repname> VIA SELECTION-SCREEN WITH SELECTION-TABLE rspar
etc.
Regards
Prax
‎2007 Jul 19 7:09 AM
a bdc is not a program as such....of course you can call it in a report program....you will write the code for a bdc within a report program only....
you can also create another report and then call the report having the BDC from this report using SUBMIT.
‎2007 Jul 19 7:10 AM
hi,
For the BDC u need to have a flat file.For the Normal report it is not so.
Can u be more clear of what u want.
‎2007 Jul 19 7:10 AM
Hi,
Yes . you can call bdc program as any other program from report program using submit statement.
You have and return addition if you want to come back to caller prg.
Via selection screen for displaying selection screen of the called program.
Reward points if useful,
Aleem.
‎2007 Jul 19 7:10 AM
if you write BDC program as a include program you can call it in report program and use it.
‎2007 Jul 19 7:10 AM
Hi Jyothsna,
You can call the BDC program from a report program by using SUBMIT statement.
Rewards points if helpful.
Regards
Sourabh Verma
‎2007 Jul 19 7:12 AM
Hi,
you can call bdc program in anyother program using <b>SUBMIT</b> or if ny tcod eis assigned with that program then by using <b>CALL TRANSACTION <tcode>.</b>
<b><i>Reward point if find helpful
Debjani Lahiri</i></b>
‎2007 Jul 19 7:12 AM
Hi,
Convert BDC recording into Function Module from SHDB and use it anywhere.
Reward if useful!
‎2007 Jul 19 7:13 AM
Yes you can any program from another program using
SUBMIT <repname> statement
SUBMIT <repname> USING SELECTION-SCREEN dynnr.
or
SUBMIT <repname> VIA SELECTION-SCREEN USING SELECTION-SET variant
SUBMIT <repname> VIA SELECTION-SCREEN WITH SELECTION-TABLE rspar
etc.
Regards
Prax