If so, you need SAP Universal ID. In a few months, SAP Universal ID will be the only option to login to SAP Community. Without it, you will lose your content and badges. If you have multiple accounts, use the Consolidation Tool to merge your content.
I just did this, as the feature's structure wasn't giving me the fields I needed.
In the feature, you call a report named Z_TEST for example in this way:
&BACK(Z_TEST),
where &BACK is the return value of the feature, for webmo it is &WEBMO, for example. Your report has to follow some guidelines, have a look at this documentation:
Hi Stefan,
I just did this, as the feature's structure wasn't giving me the fields I needed.
In the feature, you call a report named Z_TEST for example in this way:
&BACK(Z_TEST),
where &BACK is the return value of the feature, for webmo it is &WEBMO, for example. Your report has to follow some guidelines, have a look at this documentation:
http://help.sap.com/saphelp_470/helpdata/de/2f/d26bb8fc4411d1b405006094b94c09/content.htm
Hi Marc,
I already solved the problem, forgot to close this thread 🙁
thank you
Stefan