Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP development

Former Member
0 Likes
1,525

I have added Company Code as a parameter(Input screen) in the report

But now according to the requirement in the report for company code from and to should be added.

I tried replacing parameter with select option but it is throwing some other error.

1 ACCEPTED SOLUTION
Read only

venkateswaran_k
Active Contributor
0 Likes
1,362

Did you give like this:?

SELECT-OPTIONS : s_bukrs FOR bkpf-bukrs OBLIGATORY.

This should be the righ way.

Else, update us with the error you received.

7 REPLIES 7
Read only

venkateswaran_k
Active Contributor
0 Likes
1,363

Did you give like this:?

SELECT-OPTIONS : s_bukrs FOR bkpf-bukrs OBLIGATORY.

This should be the righ way.

Else, update us with the error you received.

Read only

0 Likes
1,362

Hello Sir, I have done the same. can I share the code for the reference

Read only

0 Likes
1,362

Hi Nidhi,

If the code is working it is fine

If still not working, then share the code

Regards,

Venkat

Read only

Sandra_Rossi
Active Contributor
1,362

What code?

What syntax error?

Read only

Abinathsiva
Active Contributor
1,362

Hi Nithi,

Error could be at program level select query, share the error received...

Read only

Former Member
0 Likes
1,362
  1. output should be for the plant which belong's to that company code only.
  2. If plant does not belong to company code which is given in the selection parameter then it should throw an error.
  3. Output should be as per the input in the selection screen.

This problem comes after replacing parameter with select options on input screen

Read only

matt
Active Contributor
1,362

I've received that 'some other error'. It's almost impossible to resolve.