former_member215563
Active Participant
Member since ‎2012 Feb 22

User Statistics

  • 181 Posts
  • 8 Solutions
  • 0 Kudos given
  • 4 Kudos received

User Activity

Hi All, I have a requirement where I have to enhance Cj8G( SAPLKO71) inorder to process settlement greater than 100%. Now standard SAP doesn't allow this and giving an error for the same. I tried looking for enhancement but couldn't find one...
Hi All, There is a sales doc say '1234' which was archived in the past. I want to know the date when it was archived . Which table will have that information? Thanks, Faiz
Hi All, My requirement is to change the overall status i.e. VBUK-GBSTK of an order. I tried using BAPI_SALESORDER_CHANGE but it doesn't seem to have VBUK fields. Is there any other BAPI which I can use for the same. Thanks in advance, Faiz
Hi All, We are trying to ALE a BOM (BOMMAT04) to another system however in the IDOC we cannot see the deleted component being sent across. Is there a way we can ALE the deleted component as well. Thanks, Faiz
Hi All, I have used the below chaining operator to prevent the truncation of trailing space while concatenating two variables. It worked for the first part that is it didn't truncate the trailing space after 'Sun ' in the below code snippet as...