Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

access a field value from sap in to uc4 script

Former Member
0 Kudos

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.

2 REPLIES 2

Former Member
0 Kudos

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á

0 Kudos

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