We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

Re: [sap-bw] Code To Avoid Special Characters In Info Object Level

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Reply from challanavin on Apr 13 at 3:52 AM
Paste the Code below in transformations. It will Work. Put Info Object name
where Star is there.

DATA: g_allowed_char(200) TYPE c.
IF g_allowed_char IS INITIAL.

CALL FUNCTION 'RSKC_ALLOWED_CHAR_GET'
IMPORTING
e_allowed_char = g_allowed_char.
ENDIF.
RESULT = SOURCE_FIELDS-/BIC/******************.
TRANSLATE RESULT TO UPPER CASE.
CHECK g_allowed_char NE 'ALL_CAPITAL'.
DO.
IF NOT RESULT CO g_allowed_char.
SHIFT RESULT+sy-fdpos LEFT.
ELSE.
EXIT.
ENDIF.
ENDDO.

---------------Original Message---------------
From: dharanidharsap
Sent: Sunday, April 12, 2015 1:43 PM
Subject: Code To Avoid Special Characters In Info Object Level

If your authorized to the tcode-rskc, select it and enter all the special
characters which you find and then reexecute it again. You can find it scn.

 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2015 Ziff Davis, LLC. and message author.
Ziff Davis, LLC. 28 E 28th Street New York, NY 10016
challanavin  
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Have a technical question? Need to find IT solutions? Ask your peers in the Toolbox for IT community.

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language