Quantcast
Channel: SCN: Message List - passing parameters through submit
Browsing all 10 articles
Browse latest View live

Re: passing parameters through submit

hi mano, Thanks for your reply. I did the same way but i am not getting the value in the passed fields as i debugged and checked . Can you please let me know is there any wrong thing i am doing? Thanks...

View Article



Re: passing parameters through submit

Hi aasr, Can you post the code you are using as well as the code of the program you are trying to submit? Cheers, Brad

View Article

Re: passing parameters through submit

Remeber, with: SUBMIT reportname USING SELECTION-SCREEN '1000' WITH s_field1 IN s_value1 WITH p_field2 EQ value2 AND RETURN. the names of the parameters s_field1 and p_field2 need to have the same...

View Article

Re: passing parameters through submit

Hi , 1. Check selection screen number of teh callign program , it need not be 1000 . 2. Run the called report directly with the same values which you are trying to pass , see if it runs for those...

View Article

Re: passing parameters through submit

hi , In my calling program i have two parameters ABC an BBC and in the called program, i have to use these two parameters ABC and BBC for validation in the called program. so i am doing the submit...

View Article


Re: passing parameters through submit

hi, here the called program has one selection screen and the calling program had other selection screen, will this scenario requires any change in the syntax. Thanks in advance.

View Article

Re: passing parameters through submit

if the called prgram screen is standard selection-screen you dont need the addition using selection-screen '1000'  ... USING SELECTION-SCREEN scr Effect When you execute the report, the system uses the...

View Article

Re: passing parameters through submit

Dear AASR, Seen your code,As far as i know EQ just do the comparision and not assigning values. If rest of your code work try the below code. submit called-program and returnwith ABC = abcvaluewith BBC...

View Article


Re: passing parameters through submit

hi,try use this code i used it and it workSUBMIT your_REPORT        WITH P_parm1 = p_parm1        with p_parm2 = p_parm2        AND RETURN.

View Article


Re: passing parameters through submit

Hi., I have gone through this situation...., I have succeeded by filling ranges table with the respective values before submitting the program....Let me know the status back...I hope you will rate this...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images