former_member370533
Explorer
Member since ‎2011 Oct 09

User Statistics

  • 43 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hi, We have a requirement to open a new browser session (or call a 3rd party embedded iFrame) from ABAP in private/incognito mode. Is this possible? I've used FM CALL_BROWSER before but there doesn't seem to be an option for private mode. Thank...
Hi All,I'm a non-Basis person trying to investigate ways of refreshing our QA data from Prod.Our QA systems are too small to cope with a full extract, is there any way we can extract just a subset of data (say 6 months of transactional data + master ...
Hi,I'm a non-Basis person trying to find out if it's possible to use Solution Manager to extract a subset of Production data (say the last 6 months of transactional data) in order to use it to refresh our QA systems?Our QA system is too small to acco...
Hi All,In a payment run, we have 3 lines:Customer A 50.00Customer A 50.00Customer B 673.00Customer C 10.00All lines have the currency GBP.When the payment hits my code:DATA: l_amount LIKE reguh-rbetr. DATA: wa_output-amount(17).WRITE l_amount TO wa_o...
Hi All,I'm trying to write a program to identify credit cards which are either expired or over xxx days old in our system and then delete them.  The issue I have is that my program is very, very slow.  I'm deleting the credit cards by using a recordi...
Kudos given to