Thanks for the reply.
I captured the value of the field, and now I need to reuse this data using only the first 5 bytes (Only 17-01) of the value.
sapgui_get_text("txtLTAP1",
txtLTAP1,
BEGIN_OPTIONAL,
"AdditionalInfo=sapgui1017",
END_OPTIONAL);
Action.c(182): Notify: Saving Parameter "OPT_START = 17-01-21".
I tried to use the function below, but the LR don't recognize the parameter:
strncpy(StringAux, lr_eval_string( "{txtLTAP1}"),5);
lr_output_message("Parameter = %s", lr_eval_string(StringAux));
Action.c(190): Parameter = {txtL
Anyone know why LR don't recognize the parameter?
TIA
Breski