cancel
Showing results for 
Search instead for 
Did you mean: 

How to use SDM parser class for Android SUP application

Former Member
0 Kudos

Hi

  We are able to see the query output oaf gateway oData from wFtech, but to make it presentable , we stuck on using SDM parser classes to parse the atom data generated .Request for help in finding directions on using SDM classes.

  I saw the infocenter document , but how to use the class methods, which one to use I am  confused.

Thanks

Santosh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Santosh,

     Here is the Android sample application link. You can download and use it as reference.

https://cw.sdn.sap.com/cw/docs/DOC-146460

Best Regards,

Manne.

Former Member
0 Kudos

Hi Manne

  Sorry for the delayed reply, I had to format my system.

I downloaded the app and gone through all .Java files , but where the flow starts and which class  is being called and how the query is being called and going to the next page I could not understand.

also can you help in understanding the below code

serviceDocPath = (String) getIntent().getExtras().get("NextURL");

what is NextURL in the above context

deleteURL = (String) getIntent().getExtras().get("deleteURL");

Thanks

Santosh