cancel
Showing results for 
Search instead for 
Did you mean: 

Data Action Not Save

daniel_weisblut
Participant
0 Kudos

I have this script
I cant figure Why The system not let to save u 
i got this error:
The data action could not be saved
Correlation ID: 20321544-0531-4201-a071-435411643053

Appreciate your Help

the script is:

//check if the year is between the start date and the start date + duration of the contract
 
IF INT(YEAR([d/Date])) = [d/LegalDoc].[p/DateStart] 
or INT(YEAR([d/Date])) <=([d/LegalDoc].[p/DateStart]+[d/LegalDoc].[p/TermDuration] )
 
THEN
//calculate the amount of the contract devided to the duration
   Data([d/Measures]="Changes",[d/IAA_GLACCOUNT]="522383200")= RESULTLOOKUP([d/Measures]="StartAmount",[d/Date]="2023")/ATTRIBUTE([d/LegalDoc].[p/TermDuration])
ENDIF
 

 

William_Yu
Product and Topic Expert
Product and Topic Expert
0 Kudos
I would suggest you create a ticket to SAP on this.

Accepted Solutions (0)

Answers (2)

Answers (2)

daniel_weisblut
Participant
0 Kudos

Hi

When i trying to go over from script to visual I get this message

daniel_weisblut_1-1710928206908.png

Can you pls go over my script and tell if i have syntax error?

//check if the year is between the start date and the start date + duration of the contaract
 
IF INT(YEAR([d/Date])) = [d/LegalDoc].[p/DateStart] 
or INT(YEAR([d/Date])) <=([d/LegalDoc].[p/DateStart]+[d/LegalDoc].[p/TermDuration] )
 
THEN
//calculate the amount of the contract devided to the duration
   Data([d/Measures]="Changes",[d/IAA_GLACCOUNT]="522383200")= RESULTLOOKUP([d/Measures]="StartAmount",[d/Date]="2023")/ATTRIBUTE([d/LegalDoc].[p/TermDuration])
ENDIF
 
Thank you very much
 

 

 

daniel_weisblut
Participant
0 Kudos

Thank you very much

Can you pls share with me the url where i can file a ticket?

Thanks