Application Development 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: 

Code Inspector :Call Executable Program RFBIBL00

Former Member
0 Kudos

Hi,

I am having information message for below code in the code inspector,

Kindly advice to avoid it rather hidden.

1.*-- Process Batch Input Job

SUBMIT rsbdcsub AND RETURN

WITH mappe EQ p_iv_batch_name

WITH von EQ sy-datum

WITH bis EQ sy-datum

WITH fehler EQ space.

information :Call Executable Program RSBDCSUB

2. SUBMIT rfbibl00 AND RETURN

WITH ds_name EQ p_iv_file_path " Physical File Name

WITH callmode EQ lvc_batch " Batch Input

WITH xlog EQ lvc_no_info_msg_true. " No informationmessg

information:Call Executable Program RSBDCSUB

3. CALL TRANSACTION lvc_tcode_fb03 AND SKIP FIRST SCREEN.

information:Call Transaction LVC_SM35

4. CALL TRANSACTION lvc_tcode_fb03 AND SKIP FIRST SCREEN.

information:Call Transaction LVC_fb03

i have referred the below thred

but i could not make use of .

Kindly help me out.

Thanks & Regards,

Maheswari

1 REPLY 1

Former Member
0 Kudos

There is a message because you have not used proper authorizations while calling this report.

If you believe you dont require the authorization, you can suppress this message by a pseudo comment "#EC CI_SUBMIT

You should call the report with "USER sy-uname" addition so that authorization checks are performed.