Dear Experts,
I have a Z program in BW that is getting canclled when I am trying to run it. The error message is as below
´Selection criterion "0PCALMON" contains an invalid selection line´
Detailed message is below
Diagnosis
Although selections exist for the selection criterion "0PCALMON", they can be processed neither on the selection screen nor on the 'Multiple selection' screen because of restrictions in the application program. The line in question has the sign "BT" (field SIGN) which is not allowed on the main selection screen. 'Multiple selection' is not allowed for 0PCALMON.
There is probably an error in the application program.
Any clues on this. I checked the program and I found something below where I think it is terminating.
¨it_varcontent-selname = '0PCALMON'.
it_varcontent-kind = 'S'.
it_varcontent-sign = 'I'.
it_varcontent-option = 'BT'.
CONCATENATE buper '.' gjahr INTO it_varcontent-low.
CONCATENATE buper '.' gjahr INTO it_varcontent-high.
APPEND it_varcontent.
Could some one please help me in solving this.
The parameters we are passing to run this program is period : 04.2008, Variant Name and Company Code.
Thanks and Regards,
Srini