Hi Experts,
I need to update UKM_ITEM-STATUS field when sales order gets created.
tried to update GT_DELTA_ORDER in BADI : IF_EX_BADI_SD_CM~FSCM_COMMITMENT_UPDATE_ORDER, but didnt work.
Also checked UKM_FILL badi methods but none of the methods...
Hi Folks,
We have a scenario where user login into sales force with his/her user ID.
This will connect to OKTA to authenticate the user and will generate a JWT token and sends back to sales force. Salesforce sends the same JWT token to third par...
HI Folks,
I have a scenario: FLOW : Sales Force -> Dell Boomi - > SAP
1) First user login into OKTA, it will direct to Sales Force. ( Actual back end process if when user login into OKTA, it will generate a JWT token and it will connect to sale f...
HI Friends,
I have added FILEUPLOAD UI element on view layout. i can able to select file and do further process.
When i test from web dynpro application, i can see text 'Browse..' correctly.
Normally users use Portal link ( IE version 11 )...
Hi Folks,We have a requirement to change the object status from ‘Hold(AUHL)’ to ‘Release(AURL)’ when sales contract created.When we create sales contract ( VA41 ), it automatically comes with ‘Hold(AUHL)’ status.Sales contract – VA42 --> header ---> ...
Hi sergey.pryanishnikov, I have a requirement to update UKM_ITEM-STATUS when sales order gets created. FSCM related BADI’s are active.I have used BADI – IF_EX_BADI_SD_CM~FSCM_COMMITMENT_UPDATE_ORDER to update STATUS field in table GT_DELTA_ORDER, but...
Hi Ben,I have similar query. Can you please help me if you have any suggestions on below.this is single sign on using JWT token.1) User Login into SalesForce ( user name : USER123 ). Username will be authenticated by OKTA and OKTA sends back one...
Hi,I got the same issue..Exit - ZXKKEU08.My requirement is to pass 'VV501' value to VV777 and clear VV501.I used field symbols to change the values in table T_ITEM.FIELD-SYMBOLS : <fs_item> TYPE any, <ft_item> TYPE ANY TABLE, ...