Skip to Content
0
Former Member
Sep 17, 2005 at 03:08 AM

problem in displaying the o/p of report

23 Views

HI ABAPers

this query is as assignment for me (i am undergoing abap training)

there is build in transaction in sap (MCTA) for SIS: CUSTOMER ANALYSIS SELECTION.

THE DETIALS OF THIS TRANCTION ARE AS FOLLOWS.

T-CODE:- MCTA

Pacakage:- MCV

Transaction text: SIS: Customer Analysis - Selection

Program : RMCV0100

Selection Screen: 1000

i want to build a similar report as this one but in my report i want to enter more than one currency values in currency field (for ex: i want the report o/p for USD,INR & EURO on the same output screen with all the currencies which i have entered. there should be seperate column for each currency value)

in the report (mcta) it accepts only one currency and gives the o/p for that currency.

now i know how to enter multiple currency values in the selection screen (thanx to one of our friend)

SL_WAERS is the parameter for currency (see line 42 of your standard report).

Line 42: SELECT-OPTIONS: SL_WAERS FOR RMCS0-AWAER1.

now i am having the problme of displaying the output.

i want the logic for displaying the report with all the currency (seperate column for each one of them) if possible the code also( as iam still a learner)

i think i need to do some changes in the logic which displays the data on the screen but in which part of the program to do and what logic to be implement iam unable to get that.

waiting for ur early positive replys

regards,

maqsood