I have migrated to SAP WEB IDE full Stack version, But it doesn't show syntax error in code. I have enabled code check on change in settings. see the attach snapshot not showing the error in code. capture.jpg
My cloud account is in below region.
...
Hi, My WD Environment works perfectly well when working in office. Layout Opens and also when testing the application it shows properly in internet explorer. But when i am trying to work from home. ViewLayout doesnot open and shows error cann't disp...
Hi, I am trying to create a RFC destination through SM59 to external sap system, but it is giving error. however i have added that Sap system in my login ID and i am able to login on it.. But when i am creating a RFC destination for that system from ...
HI,I have created a customized workflow, in which i am showing a document and then taking user decision on that document wheather to reject or approve the document. The workflow is running fine in client 100. But in testing client 200 it is not show...
Hi, We are transferring FI data using ALE/IDOC. message type FIDCC1. It is working well when we are using RFC user with SAP_ALL role. But client don't want RFC user with SAP_ALL. we have created a user and give him rfc and fi roles required to post f...
You have to identify the leave days and using the "color" field of info day you can change color. Below is sample code. You need to fill the Leave_day_first and leave_day_last LOOP AT lt_day_attributes INTO ls_day_attribute.CLEAR: wa_day_info, wa_hol...
MODULE select_data_0300 OUTPUT.
DATA: BEGIN OF wa_day_info,
color TYPE i,
date TYPE cnca_utc_date,
text TYPE text50,
END OF wa_day_info,
wa_holiday TYPE shol_disp,
lt_day_attributes TYPE TABLE OF casdayattr,
ls_day_attribute TYPE casdayattr,
...
Yes if you create a search help which returns both name and number of vendor it will copy both to screen fields. Use the same name for fields as in data dictionary or reference them from data dictionary. Later you can copy them to required variable i...