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

Urgent problem, mate

Former Member
0 Likes
891

Hello experts:

Thank you in advance for all your replies.

what call used for in the following statement?

what's else, what it mean if sy-subrc = 2 ?

urgent

CALL 'C_ENQ_WILDCARD' ID 'DELAY_MAX' FIELD times.

couldn't thank you more.

Best regards.

Frank

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
802

Hi,

This is UNIX command call from ABAP. meaning your SAP user can run a report which also runs the unix script.

Hello experts:

Thank you in advance for all your replies.

what call used for in the following statement?

what's else, what it mean if sy-subrc = 2 ?

urgent

CALL 'C_ENQ_WILDCARD' ID 'DELAY_MAX' FIELD times.

couldn't thank you more.

Best regards.

Frank

4 REPLIES 4
Read only

Former Member
0 Likes
803

Hi,

This is UNIX command call from ABAP. meaning your SAP user can run a report which also runs the unix script.

Read only

0 Likes
802

mate, is 'C_ENQ_WILDCARD' a unix method, can view its code ?

what does sy-subrc mean ?

Edited by: dongdong guo on Apr 16, 2008 4:53 AM

Read only

0 Likes
802

unresolved yet.

Read only

Former Member
0 Likes
802

give me a hand please.