2012 May 18 12:35 PM
Hi friends,
I designed my selection screen in module pool program and i wrote all internal table logics in report program.
i passed that input values by using export / import using memory ID . i gave same name for internal table in both programs.
But values is not passing to that report.
Thanks,
Meenachi.R
2012 May 18 1:01 PM
Export to/Import from memory should work, can you paste the coding of those statements in both your programs. Also have you checked that both programs actually execute those statements.
Regards,
Raymond
NB: The ITAB name can differ, you could have used a EXPORT tab FROM itab1 and IMPORT tab TO itab2 syntax.
Hi,
You told that your module pool selection screen will be connected to an EXISTING report? Is this report has PBO and PAI?
Jake.
2012 May 18 12:42 PM
HI
can copy the code or debug and analyze it u can understand where and what the problem
Regards
Mahesh
2012 May 18 12:44 PM
Hi Meenachi,
I do not understand why you have to use Export/Import for transferring values. If you are working on a module pool you can just declare the internal tables in the TOP include. Then it will be available throughout the program.
Also the input values in the screen would be transferred to the program on PAI and Vice versa on PBO if you have declared same type variables of screen fields in the TOP include.
If you are trying to do something else, let us know clearly what you are doing.
Regards,
Karthik D
2012 May 18 12:50 PM
2012 May 18 12:54 PM
Thanks karthik..
I am using module pool as selection screen. i want to pass the selection screen values to another existing report.how to pass the values?
Meenachi.R
2012 May 18 2:07 PM
Hi Meenachi,
If you have to use the internal table created on selection screen and use in the report, you can also design the same selection screen in report also. Then there will be no need to pass internal table.
Just handle Events carefully during execution.
--Regards
- Ketan
2012 May 19 3:30 AM
Hi,
You told that your module pool selection screen will be connected to an EXISTING report? Is this report has PBO and PAI?
Jake.
2012 May 18 1:01 PM
Export to/Import from memory should work, can you paste the coding of those statements in both your programs. Also have you checked that both programs actually execute those statements.
Regards,
Raymond
NB: The ITAB name can differ, you could have used a EXPORT tab FROM itab1 and IMPORT tab TO itab2 syntax.
2012 May 18 1:07 PM
2012 May 18 1:25 PM
Thanks Thomas..
Requirement is like that..
Selection screen should be in module pool and report should display in classical.
in module pool write statement should not work right!!
Meenachi.R
2012 May 18 1:33 PM
WRITE statements works in module pool, of course you will be required to explicitaly leave to LIST-PROCESSING, but it works.
Ref: Using LEAVE TO LIST-PROCESSING
Regards,
Raymond
2012 May 21 10:16 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |