gubp
Participant
Member since ‎11-12-2006

User Statistics

  • 28 Posts
  • 2 Solutions
  • 8 Kudos given
  • 9 Kudos received

User Activity

Release 7.40 has some great news, one of them is something that impacts day-to-day coding agility : inline declaration.What about use a variable without going to the top of your program and declaring it?  Yes, you can do it, especially if you are wor...
I just realized how to use CURR type with more than 2 decimals. I created a DOMAIN with Data Type CURR and 8 decimal places. Look at what happens at SE16N Details:Value on right (Value Unconverted) is the real values on table with 8 decimals, and val...
I just realized that we MUST NOT use CURR type with more than 2 decimals, even if SAP allow us to do so. I created a DOMAIN with Data Type CURR and 8 decimal places:Look at what happens at SE16N Details:There is NO Conversion Routine at the Domain, o...
BRFplus is a rule engine developed in ABAP. It provides a comprehensive API and UI for defining and processing business rules.[Albrecht, T.].When the idea of using this tool at the project I'm working on was raised, I started learning more about it. ...
Hi guys!1) I created a DataModel in my Gateway(trial) based on my ERP FM/Table. (my ABAP connection is OK).2) My Consumption Model is OK too, I can access a sample table on my ERP via browser: http://nplhost:8042/sap/opu/sdata/sap/MOBDEVICE/zgw_mob...