cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

test UDF

Former Member
0 Likes
1,780

Hi,

how to test an UDF?

No links please.........

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Likes

Hi,

The UDF testing is possible via the Test Tab directly or you can pass the data in Test Tab of Mapping and then on Design tab you can Right Click on node and see the Display Queue to analyse the Incoming data to UDF and Outgoing formated data.

SAP Network Blog: Testing User defined Functions for the XI Graphical Mapping Tool

/people/stefan.grube/blog/2005/12/30/test-user-defined-functions-for-the-xi-graphical-mapping-tool-in-developer-studio

Thanks

Swarup

Former Member
0 Likes

Hi,

Go to Message Mapping, Create a UDF and use the UDF in any of the mapping programs.Later test the mapping to see the results of the UDF.

Thanks,

Kiran

Former Member
0 Likes

Hi,

Write your UDF and do the mapping with your UDF. in test tab give some data and and test it. I think this is the only way you can test your UDF in IR.

Thanks

Vikranth

Former Member
0 Likes

Hi,

To test whether the UDF is working or not u can check it through the test tab or display queue. If u want to check whether the coding is proper in UDF means press F7 which for coding checking or select Tools --> Check

Regards,

Murugavel

Former Member
0 Likes

After compleation of mapping right click on udf and see displayque.

Former Member
0 Likes

Hi,

In Message mapping -> Create New User defined function then you map it with the source and target fields.

Go to test tab -> enter sample data's and test it.

Regards,

Yuga