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

Performing String operations in ABAP?

vsubbakrishna
Participant
0 Likes
537

Hi,

Need ur inputs on performing the below operations in ABAP:

1) input string: Server for system '<b>SSM</b>' found in RFC destination 'NONE'

output: <b>SSM</b> --><i>Characters between 1st and 2nd ( single quote )</i>

2) RFC error(SM_JRP_ITA_010):<b>invalid user id and password</b>

Output:<b>invalid user id and password </b>i,e The string after <b>:</b> ( colon)

3) RFC error(SM_P10CLNT001_READ): timeout during allocate <u></u>

Output: <b>P10</b> ie characters between first _ and second _.

Need ur inputs on this....

Best regards,

subba

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
514

Why don't you try coding this and get back to the forum if you have problems.

Rob

Why don't you try coding this and get back to the forum if you have problems.

Rob

2 REPLIES 2
Read only

Former Member
0 Likes
515

Why don't you try coding this and get back to the forum if you have problems.

Rob

Read only

vsubbakrishna
Participant
0 Likes
514

Problem solved...thanks...