on 2006 Aug 07 5:01 AM
Hi,
We have NW04s SP7 Portal and our VC version is
VC Server Version is 645.7.1.0.
1. In some scenarios we want some default list (data from SAP R/3) to be displayed by passing system date, i tried using NOW() option, it is not working.In our report we want to display the absentee list for system date, we have a form in which user can change the date and report is refreshed. Second part is working fine, when the user changes the date it display the correct data, default list for system date is not getting displayed.I have used START connect element to invoke the default action by setting the current date using NOW() but it is not working.Any ways to debug the same (i want to know what value is really passed to back end system).
Please let me know your thoughts/solutions to the above mentioned issue.
Thanks
Senthil
This may be a problem of the date string not being initialized from the start point, if you create a date field on the form which references the files you mention does it show correctly? Another problem may be that the string which is received in the beginning is not the correct format and therefore the R3 can not read it. In the date field check the formatting tab.
You can also run a trace on the back end to check what the BAPI receives from the VC application.
Jarrod
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jarrod,
NOW() command works fine when i use it for a field in a FORM, but if i use the NOW() option in Start Element it is not working.
We ran the RFC, SQL trace in R/3, trace says that the X function module is called, but it does not show the values which are passed.
Can you guide us on the debug part ? Any thing has to be done in R/3 like increasing the trace level etc.
Thanks
Senthil
User | Count |
---|---|
81 | |
12 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.