former_member517896
Explorer
Member since ‎2007 Dec 09

User Statistics

  • 49 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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 ---> ...