Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Passing selection screen values to tcode f110

0 Likes
1,082

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

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
0 Likes
807

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

Read only

0 Likes
807

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..

Read only

Former Member
0 Likes
807

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

Read only

Former Member
0 Likes
807

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