cancel
Showing results for 
Search instead for 
Did you mean: 

What is the direct transaction code for SLD

Former Member
0 Kudos

Hi,

Plz answer these questions.

1.. What is the direct transaction code for SLD.

2. How you unlock objects Which were locked in design time(not in runtime).

3. What functions you use for handling this situation:- In some cases When flat file missing mandatory fields which is going to transfer to RFC?(File->RFC scenario).

4. Give the functions which you used in mappings...

5. How you establish again a connections when in some cases the connection was disconnected.

regards,

sk.Ansar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ansar,

What is the direct transaction code for SLD.

http://hostname:50000/rep --> url to land up in xi home page. u can find sld link there.

How you unlock objects Which were locked in design time(not in runtime).

http://hostname:50000/rep --> url to land up in xi home page.

choose Administration link in the home page.

click on lock overview link

it displays all the objects that are locked. check the object to be unlocked and unlock and refresh. objects will be unlocked.

What functions you use for handling this situation:- In some cases When flat file missing mandatory fields which is going to transfer to RFC?(File->RFC scenario).

If depends upon ur requirement. do u want the error to be thrown as maping exception or runtime exception. u can write a java map that validates the occurances of the mandatory fields and if not found , throws runtime exception , which will be visible in sxmb_moni.

How you establish again a connections when in some cases the connection was disconnected.

Throw some more light on this question. this is not clear.

regards,

aravindh.

Answers (3)

Answers (3)

Former Member
0 Kudos

Ansar,

For reaching SLD directly you can try http://<server>:<host>/sld/

sridharreddy_kondam
Active Contributor
0 Kudos

Hi,

The transaction code is <b>SLDHTMLGUI</b>...

And remaining as explained by suraj....

Regards,

sridhar reddy

Message was edited by: sridhar reddy kondam

Former Member
0 Kudos

hi,

goto administrator in ur xi page then u choose LOCK REVIEW---where u can see the design objects which are locked just select the object and click on remove selected locks.

for functions u need in mapping u can write ur own user defined fumctions.iduring ur design time u can write user defined functions to write the functions.

former_member187339
Active Contributor
0 Kudos

Hi,

>>What is the direct transaction code for SLD.

I don't think there is any code for that..

>>How you unlock objects Which were locked in design time(not in runtime).

go to administration (on the main page).. Click lock overview and unlock it.

>>What functions you use for handling this situation:- In some cases When flat file missing mandatory fields which is going to transfer to RFC?(File->RFC scenario).

If mandatory fields are missing it will give an error. Use BPM and catch the exception.

>>Give the functions which you used in mappings...

Graphical mapping have all the predefined functions and also user defined functions can be used.

>>How you establish again a connections when in some cases the connection was disconnected.

the adapter will itself poll and establish the connection.

Regards

Suraj