cancel
Showing results for 
Search instead for 
Did you mean: 

passing default parameters.

former_member199125
Active Contributor
0 Kudos

hi guys,

i am trying to display pa30 with subty 584 screen directly.for that i used the below url.

http://xxxxxx/sap/bc/gui/sap/its/webgui?~transaction=pa30

so now it is displaying direct pa 30 transactin, but i want to dispaly with subty 584 directly for pernr number 4.

so i am trying like

http://xxxxxx/sap/bc/gui/sap/its/webgui?~transaction=pa30 pernr=4 infty=584 subty=0001

but with this am not getting direct 584 screen. help me in this passing parameters

Regards

Srinivas

Edited by: sanasrinivas on Jul 27, 2011 6:50 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member199125
Active Contributor
0 Kudos

Hi Sarvanan,

Please see my previous thread. I really didn't seen ur previous messages

Edited by: sanasrinivas on Aug 5, 2011 6:45 AM

saravanan_narayanan
Active Contributor
0 Kudos

Hello Srinivas,

No problem. I was just curious to understand why my solution was not working for you and liked to know how you solved it. I understood from your previous thread that my solution itself solved your problem. I'm glad.. thanks for posting me the update.

and regarding your new query, kindly start a new thread and leave this thread closed

BR, Saravanan

Edited by: Saraa_n on Aug 5, 2011 7:05 AM

saravanan_narayanan
Active Contributor
0 Kudos

Hello Srinivas,

the format for the passing the parameter is different.. its like this

transaction=*pa30 RP50G-PERNR=4

check the this link for more details

[http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=22375]

BR, Saravanan

former_member199125
Active Contributor
0 Kudos

Hi Sarvanan,

thnks for the info, now am able to pass the infotype value 584 and subty value 0001 with this link

http://swdev.mumbaisterling.com:8000/sap/bc/gui/sap/its/webgui?~transaction=pa30%20RP50G-PERNR=4;RP5...

In addition to this i want to display those values, show how can i pass F7 button functionality default to display those values.

And in the link which you gave, provide info for se38, for se38 they are passing parameters like RS38

but how did you know for PA30 , its RP50G . Initially i thought its RS30.

How can we know that for individual transaction?

Regards

Srinivas

former_member199125
Active Contributor
0 Kudos

Hi Sarvanan,

thnks for the info, now am able to pass the infotype value 584 and subty value 0001 with this link

http://swdev.mumbaisterling.com:8000/sap/bc/gui/sap/its/webgui?~transaction=pa30%20RP50G-PERNR=4;RP5...

In addition to this i want to display those values, show how can i pass F7 button functionality default to display those values.

And in the link which you gave, provide info for se38, for se38 they are passing parameters like RS38

but how did you know for PA30 , its RP50G . Initially i thought its RS30.

How can we know that for individual transaction?

Regards

Srinivas

saravanan_narayanan
Active Contributor
0 Kudos

Hello Srinivas,

you need append OK_CODE=DIS to the URL. and regarding the parameter names, you need to get this from the program itself. I dont think there is anyother way.

BR, Saravanan

former_member199125
Active Contributor
0 Kudos

http://XXXXXXX/sap/bc/gui/sap/its/webgui?~transaction=pa30%20RP50G-PERNR=4;RP50G-choic=584;RP50G-sub...

Am not getting in display mode, it simply place the pernr value, infotype value, and subty values in respective fields . but after that its not displaying.

i tried also dYNP_OKCODE=dis

Regards

Srinivas

saravanan_narayanan
Active Contributor
0 Kudos
former_member199125
Active Contributor
0 Kudos

Still no luck.

I checked several ways. for pa30 ok_code varibale is okcode only.

Regards

Srinivas

saravanan_narayanan
Active Contributor
0 Kudos
former_member199125
Active Contributor
0 Kudos

Sarvanan,

Still its not displaying. Do you have any guess why its not displaying.

Regards

Srinivas

saravanan_narayanan
Active Contributor
0 Kudos

Srinivas,

I tried the same thing its working perfectly. hope you have prefixed the TCODE with '*" and used DYN_OKCODE=DIS.

Only reason what I can think of is either subtype or infotype value might be wrong. Or the object might be locked.

check it out.

BR, Saravanan

former_member199125
Active Contributor
0 Kudos

Yes Sarvanan,

I used the * before tcode. see my link

http://xxxxxxx/sap/bc/gui/sap/its/webgui?~transaction=*pa30%20RP50G-PERNR=4;RP50G-choic=584;RP50G-su....

i checked manually in pa 30, data is there and 4 is not locked any where.

Reg

Edited by: sanasrinivas on Jul 27, 2011 10:19 AM

saravanan_narayanan
Active Contributor
0 Kudos

Srinivas,

Really Strange. Just to reconfirm. in the URL you mentioned I see a '.' after "DIS". I hope you have typed it while posting the link. If not try remove the '.' after DIS

apart from this everything seems perfect in your URL. wondering why its not working for you. Sorry I'm helpless now.

BR, Saravanan

Edited by: Saraa_n on Jul 27, 2011 10:25 AM

saravanan_narayanan
Active Contributor
0 Kudos

Srinivas,

May I know how did you solve this problem?

BR, Saravanan

saravanan_narayanan
Active Contributor
0 Kudos

Hello Srinivas,

I'm curious to know about how you solved the problem. Could you share this information?

BR, Saravanan

former_member199125
Active Contributor
0 Kudos

Hello Sarvanan,

Am really sorry, Actually I din't seen your msg. Thats Y i din't reply.

That time I was able to execute the URL with * beofre tcode and DYNP_CODE variable. Its just normal as you said.

And I got one more doubt on this thats y I review my thread, so seen ur msgs. Really Sorry.

How can we pass varible values instead of hardcode values?

Thanks and Regards

Srinivas