Problem: You want to send an email to an outside inbox.
Sending email from SAP CRM
SLA calculation result is a non-working day
Problem: after the SLA times calculation, result is a non-working day (Saturday or Sunday). Even though Service Profile clearly states that SLA should be calculated only for Monday-Friday.
Product change on item of CRM document
Problem: you want to change product on one of the document items in SAP CRM. You want to do it from a custom report.
Change of outside document in BADI
Problem: during a BADI call you have changed a document, different from one which called the BADI. You cannot use COMMIT WORK as this will destroy the BADI session. And you want to save the outside document with the one which called the BADI.
Openning business partner in BP transaction
Problem: You want to programmatically show Business Partner details in BP transaction.
Openning document in CRMD_ORDER transaction
Problem: You want to programmatically open a document in CRMD_ORDER transaction.
Openning transaction in a new window/session
Problem: You want to open a transaction in a new window/session. This should be done from a customer program or function.
Rereading values in ComboBox
Problem: in ERP transaction, values in ComboBox need to be refreshed, each time user enters the screen (with mentioned ComboBox). Standard SAP functionality loads data into ComboBox only first time field is shown.
Modal window does not open as a popup
Problem: Modal window called with CALL SCREEN 100 STARTING AT does not open as a popup.