2012 May 02 8:24 AM
Hi experts,
i have a field company code (s_bukrs FOR bsik-bukrs OBLIGATORY DEFAULT '1000').
My company code is 1000 only.. But it shows like IEQ1000. Why this IEQ is coming before the 1000. I dont want this IEQ. I want only 1000.
I hope u can help me friends. Thanks in Advance.
Regards,
Linganthan.
Moderator message: very basic, please search for information before posting.
Message was edited by: Thomas Zloch
Hi experts,
i have a field company code (s_bukrs FOR bsik-bukrs OBLIGATORY DEFAULT '1000').
My company code is 1000 only.. But it shows like IEQ1000. Why this IEQ is coming before the 1000. I dont want this IEQ. I want only 1000.
I hope u can help me friends. Thanks in Advance.
Regards,
Linganthan.
Moderator message: very basic, please search for information before posting.
Message was edited by: Thomas Zloch
2012 May 02 8:30 AM
2012 May 02 8:42 AM
2012 May 02 8:37 AM
(Basic/FAQ) Read the Abap documentation for the definition of RANGES or SELECT-OPTIONS this is a structure, your value is in subfield LOW.
(LOOP AT s_bukrs. and use s_bukrs-low)
Regards,
Raymond
2012 May 02 8:37 AM
ranges bukrs for bsis-bukrs.
at selection-screen.
bukrs-sign = 'I'.
bukrs-option = 'EQ'.
bukrs-low = '1000'. or your can use s_bukrs-low
append bukrs.
now in your report you can use bukrs insted of s_burks.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |