on 2007 Jul 05 12:24 PM
How create header with user id time date to VC-report's output as display ?
This info should come from the VC - not all the way from R3-side via FunctionModule/BABI. So only userid, date, time to output as normal text (which is not editable of course). Thanks 😃
Use USER DATA connector available in compose , just drag it on to story board.
Select the UserID from OUT port of User Data and display it in a Expression Box or Plain Text available in FORM.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can Type a formula in Expression Box as DSTR(NOW(),'XML_DATETIME') which will give you desired date in string format(replace NOW() with TNOW() to get time ).This will enable you to append this STRING date with the USERID available with you in above case.
More info on Date formats at below link
http://help.sap.com/saphelp_nw70/helpdata/en/e3/00db4269b2f340e10000000a1550b0/frameset.htm
Hi ann-mari
Go through following link may it help u
/people/community.user/blog/2007/01/17/visual-composer-explorations-using-portal-roles-to-influence-ui-element-behavior
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/usingrolestoinfluenceapplication&
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/passingvaluesvia+URL&
Best Regards
````Satish````
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
12 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.