2011 Sep 24 11:45 AM
Hi All,
I have a custom report which should call tcode f110 .
how t pass the selection-screen values to tcode f110. i am using bdc data..
can u please suggest which approach should i go.
i
Hi All,
I have a custom report which should call tcode f110 .
how t pass the selection-screen values to tcode f110. i am using bdc data..
can u please suggest which approach should i go.
i
2011 Sep 24 5:25 PM
Hi,
Batch input allows you to enter fields in dynpros, and even in selection screens (which are generated dynpros in fact).
So, that would be easier if you tell us what you tried and what issue you have?
Sandra
2011 Sep 26 10:29 AM
Hi Sandra,
Requirement :I need to create a custom report with selection-screen fields containing same parameters as that of tcode F110,
I Need to pass the values to from report to tcode and perform the payment..and need to pull the payment to .txt file....
Can any one suggest me please ....how to approach if u have sample code please provide me..
2011 Sep 25 5:14 PM
Hi Gerish,
It depends of what you want to do, but I would recommend use a SUBMIT to call F110 (if possible), this way you avoid the BDC that sometimes is tricky and tedious. Here some help of how to use SUBMIT http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9dd035c111d1829f0000e829fbfe/frameset.htm
2011 Sep 26 6:44 AM
Hi,
I also think instead of writting BDC use SUBMIT since F110 also have the selection screen.
Use
SUBMIT <prd name> WITH <selection screen fields> AND RETURN.Thanks,
Anmo.
Edited by: anmol112 on Sep 26, 2011 1:44 AM
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |