Data Selection

marss12

Active Member
Hi list,

When i tried to give data selection using setuserselection system function its throws error saying

/* CER ERROR #3039 : Unable to process SLBF argument(s) */
Function Name: S1_0_11
Function Description: ER for R551202Y_+_S1_0_11
Section: S1 - Batch UpLoad to FixedAsset Detail in F1202-ALL Columns
Event: 11 - Initialize Section
Seq #: 14
Line #: 12
Line Text: Set User Selection(BC Book Type (F551202Y) ($BOT), <Not Equal To>, "A", <And>)

Can anyone faced this problem and solved.Pls help me out..
Thanks in advance
 
Hi marss12,

Q1.) In wich event do you issue the selection?
/* Tip: this available only in the Initialize Section event */
Q2.) Do you issue any SetSelectionAppendFlag system function before the selection(s)?
/* Tip: you have to issue zhis system function before all selection */
Q.3) Is this selection the first one of selection lines?
/* Tip: if yes, then replace the <And> with <None> */

Hope, this helps.

Regards,

Zoltán
 
Hi,

Thanks for ur replys...

I found whats wrong in that code...Its simple already I had one Useselection what I did is I copied that and did the selection change thats where its not working.Then what I did I created new setselection by going thro' system function and I did the selection its working fine.

The problem is if u copy existing selection and do some changes its not workning.

Isn't strange...

Thanks
 
Back
Top