on 2006 Apr 04 11:00 AM
Hi all,
is there a way to pass a particular range of values in the URL which calls the SAP standard transaction?
Wat i mean is, we can pass a value in the url to call a standard transaction. What if i want to pass two values tats min and max value to the same.
pls help me out in this.
Regards,
Sirisha.R.S.
Hi Sirisha,
Go through these two blogs. Basically you will need to know the screen field names for the low and high value. You can get it from the R/3 system.
1. /people/prakash.singh4/blog/2005/10/07/how-to-launch-sap-transaction-pass-parameters-via-url
2. /people/durairaj.athavanraja/blog/2004/09/23/pass-parameter-to-its-url-upadated-21st-june-2008
Regards,
Satyajit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sirisha,
For a range, you will have two textboxes. Get the screen field names for each of them through technical help(F1).
For example, for transaction PC00_M40_BSG, the range for field "Personnel Number", has the following screen field names: RSCSEL-ILOW_I (for low) and RSCSEL-IHIGH_I (for high).
Pass the parameters as follows:
System=DEV&TCode=PC00_M40_BSG&GuiType=WinGui&WinGui_Type=Shortcut&OkCode=ok_code&ApplicationParameter=RSCSEL-ILOW_I=123456;RSCSEL-IHIGH_I=654321
Basically for a range, the low and high values have two different screen field names. So they can be treated as two different parameters.
Regards,
Satyajit
User | Count |
---|---|
67 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.