Application Development 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: 

Exexutable prog to show output form

Former Member
0 Kudos

Hi Masters,

I written a executable program for showing the form in output. Here Invoive Number is the input field. Whenever user enter the invoice number...execute...then he can c the invoice form directly. I done this one through BDC for Tcode VF03 navigation. The problem is i am getting the form but not actual format. I mean am seeing only text not boxes.

Through VF03 i can see the actual format and this format i am not getting from my program. Whatever the navigation in VF03 for seeing that form ...the same navigation i am doing from BDC.

I am not getting the actual format of form.

This is very urgent....Can u guys plz help me ?thanks in advance...

1 REPLY 1

Former Member
0 Kudos

If u want to see the output of invoice for particular number, U have to call that form.

using ssf_function_module.

If u want to directly call transaction vf03.

u can do it by call transaction vf03

Assign points if useful.