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

submit statement?

Former Member
0 Likes
377

Hi,

We are trying to implement form 16 in our ESS.we are using tcode pc00_m40_f16.

we need to include digital signature in that forms...which we have done successfully using customized scripts.

I need to enter the customized layout after clicking on 'standard layout' option in the selection screen.

we have included that scripts under customer layout selection-screen of tcode pc00_m40_f16.

the problem we face is,

1.while creating a report to include in ESS.....i tried to call the report using 'submit' statement.

whenever i tried to call it using the variant it just calls the standard report.

Since an event occurs when we click on the 'standard report'.Hw can i call it externally?

I cant save it as a variant.

can any one help me ?

Regards,

Storm.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
357

i have done such kind of task...

i don't want to miss guide u...

can u explain me in details...i'll definitely help u...

what exactly u want ???

Sachin

2 REPLIES 2
Read only

Former Member
0 Likes
358

i have done such kind of task...

i don't want to miss guide u...

can u explain me in details...i'll definitely help u...

what exactly u want ???

Sachin

Read only

0 Likes
357

I need to call the report from another report.....using submit statement......i can call it.....

but for including customized scripts......that particular t code performing an event.....

hw can i call it externally?