cancel
Showing results for 
Search instead for 
Did you mean: 

WF_EXTSRV: use PDF Form in Change mode in Portal:

Former Member
0 Kudos

Hai,

I'am trying to use transaction WF_EXTSRV to generate a task which can be used within the UWL from the portal. The main purpose of this task is to show an exsisting PDF form in change mode. I allready found some nice information from SDN, but not enough to make it all work. I still have still these questions:

1) How must I setup the required fields within transaction WF_EXTSRV when I want to generate for example this url:

http://abc.abc.nl:51800/webdynpro/dispatcher/sap.com/pcui_gp~isr/IsrForm?SCENARIO=SPEG&MODE=CHANGE&N...

2) How must a then setup transaction SWFVISU? Which apllication and package name.

I hope some can help me.

Greetings,

Remco

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Why do you want to create a new Standard Task using WF_EXTSRV? if you just wanna display Adobe Form in Change mode, why dont you try IsrForm or IsrFormApprove Java WD Applications itself.

I mean to say, copy the standard task TS50000075 and maintain the SWFVISU entries for your new standard Task to the appropiate application.

I think this should help.

Regards,

<i><b>Raja Sekhar</b></i>

Former Member
0 Kudos

Hi Raja,

First of all, thanks for your reply!

To answer your question:

I don't want to use IsrFormApprove because of the buttons "approve" "reject" enz.. in the screen. I would like to have the same buttons in the screen as in IsrForm. When I try to use IsrForm I get the portal error message: "No scenario specified".

Greetings,

Remco

Former Member
0 Kudos

Hi,

When do you get this error ... "No scenario specified". ???

I mean did you try creating an iview for IsrForm Java WD application sending the Scenario name as parameter?

Betn us,

Why dont you try the parameter IFV='P' for IsrFormApprove Java WD application itself. Get to know more about this parameter in these threads...

https://forums.sdn.sap.com/click.jspa?searchID=165819&messageID=1268222

Regards,

<i><b>Raja Sekhar</b></i>

nol_hendrikx
Active Contributor
0 Kudos

Hi Remco,

Already solved your problem?

Cheers,

Noë

Former Member
0 Kudos

Hai Raja,

Thanks for your help! Using parameter IFV = P works fine.

Greetings,

Remco

Former Member
0 Kudos

Hi,

when ise use IsrFormApprove with IFV = P the BADI events for the ISR scenario are not executed and the task (based on extsrv.process) is not terminated.

If I use IsrFormApprove with IFV = R or A it works fine. But I just want the "Complete" button as the task should provide the form in change mode to complete the entries - not to do an approval or resubmitting.

Any ideas?

Thanksalot for your help.

Kind regards

Holger

Former Member
0 Kudos

... just an additional info:

Looks like the button of the WebDynpro fires no event or an event that is not processed correctly afterwards.

When I put a button on the form that fires "START" event, the BADI is executed and the task is terminated correctly.

So it would also be fine if the "Complete" button of the WebDynpro would not be displayed at all. But one that you can click but does not work is not very helpful.

Kind regards

Holger

Answers (0)