Introduction: I had a requirement from the client which requires an adobe form with dynamic text i.e text content should overflow to next pages. So, we implemented the sub form. A sub form is a section in the form design that...
1. Prepare XML data 2. Get the Word template The template can be uploaded to the MIME repository and can be read from there. 3. Add Custom XML to Word template 4. Integrate the above steps – XML, Word template, Custom...
La utilidad de creación de variantes de debug es una herramienta que puede resultar util en situaciones donde debamos almacenar el avance de una sesión de debug ya sea para nuestro propio uso o para ser compartida con otros ABAPERS. Para...
Este post tiene como objetivo ilustrar cómo crear iDocs de salida para los cambios de datos maestros en SAP utilizando el mecanismo de Change Pointers. Cuando los datos maestros como el Maestro de Materiales, el Maestro de Proveedores, el Maestro de...
In this blog post I have discussed on various technics those can be used to push down the consumption level filters to the database table level Pushing down the single selection filters from the fiori application using parameterized ABAP CDS views...
Es un simple requisito a veces para utilizar un texto estándar (SO10) en un código, y sustituir dinámicamente los símbolos en el texto antes de la salida, ya sea en un PDF o correo electrónico, o cualquier otra forma. DATA: lt_syms...
Hello, While creating Odata services, I had gone through multiple blogs post and found that there are few steps which are not self explanatory and hence at the end of creating an odata service we get bad HTTP response . This...
Hello everyone,I am going to write about my experience regarding a simplified way of implementing OData service and re-using the same OData service for all of my UI5 projects (around 8+ big projects) for last 5 years. First of all, if...
Here I am, writing my first blog post. Here I am trying to share a Fiori Elements app feature, which I discovered recently. Do you know you can use words like ‘now’, ‘tomorrow’, ‘today’, ‘yesterday’, ‘next month’, ‘next year’ etc. in...
Introduction This blog helps you to display PDF using Xstring data from a report. Procedure: Step1: Goto Transaction SE38. Enter the name of the program and click on the Create button as shown below. The below screen will appear and give...
When calling a method of an ABAP class, data can be passed from actual parameters to formal parameters either by value or by reference. In this blog post I’ll discuss the difference and highlight some important scenarios. Definitions Pass by value...
Exploring web development trends you might have already heard about Web Components, Custom Elements or Shadow DOM. These not so new standards (origins 2011) are still not always easy to try in own applications. Some web frameworks support Web Components more than...
Introduction SAP ABAP Quality Check for Coding. Every Company does It but still there are numerous Issues that Is not filtered and causes chaos In SAP Production System. There are some basic steps that a Technical Consultant needs to follow but...
Esta entrada del blog dará la visión básica sobre la configuración de OAuth2.0 y el caso de uso del programa SAP ABAP. Introducción:El servidor OAuth 2.0 (AS ABAP) protege los recursos que se quieren utilizar, y el cliente OAuth 2.0 permite...
Este blog le informa de cómo trabajar con plantillas de código fuente al desarrollar modelos de datos en las Herramientas de Desarrollo ABAP (ADT), también conocidas como ABAP en Eclipse. Al crear una definición de datos, ¿siempre añade las mismas partes...
Esta entrada del blog dará una visión general del trabajo con JavaScript Object Notation (JSON). Vamos a crear la salida de cadena JSON de la tabla interna y leer los datos JSON como entrada en el programa ABAP. Hoy en día...
Con esta Instalación ABAP en Virtual Box tendremos un servidor propio de SAP con el que poder realizar nuestros desarrollos. No tiene todos los módulos (creo que solo BW) pero a nivel técnico podremos usar todas las herramientas que SAP proporciona,...
RPR_ABAP_SOURCE_SCAN herramienta muy útil de sap. Este report te permite buscar cualquier cadena de texto en un programa, dynpro, etc. Es muy muy útil pues busca dentro de todos los includes, badis, objetos, etc que estén dentro del report indicado. Para...
Estas son las tablas principales donde se encuentra alojada la información relacionada con los ficheros que se suben al Archive Link (Busisness Documents). TOA03 TOAOM TOADV TOASP TOA03 -> Se encuentra todos los documentos anexados a objetos. TOA01 y TOA02 serían...