2007 Feb 26 12:13 PM
hi,
i need to validate a field in sap before sending mail for a bdc status..
can someone tell me how to access a field value from sap in to uc4 script
(using uc4 script)
if possible can u sugest any links on uc4 scripts?
thnx in advance.
2007 Feb 26 12:24 PM
Hi!
The way we used UC4 was not needed to query SAP values. In UC4 you can run ABAP programs with their VARIANS. And with the use of their variants, you can determine the selection options to use.
Save the field with its initial value as a variant, and modify UC4 script to run the PROGRAM AND VARIANT together.
Regards
Tamá
2007 Feb 27 3:30 AM
hi,
the problem here is that i am not dealing with any abap program but m involved in bdc reminders whereby i need to check the company code for tht partiular session bfore mailing the suitable contacts thru uc4
hence i believe use of variant becomes obsolete here
can u give me any info abt reading a bdc data in uc4(there is script for R3_SET_BDCDATA )but cnt find any for reading bdcdata