This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...
First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...
TYPES: BEGIN OF st_vbak, vbeln TYPE vbeln_va, erdat TYPE erdat, erzet TYPE erzet, ernam TYPE ernam, angdt TYPE angdt_v, auart TYPE auart, END OF st_vbak. TYPES : BEGIN OF st_vbap, posnr TYPE posnr_va, vbeln TYPE vbeln_...
Dear colleagues, Material is available in 2 plants (for example, A and B). User goes to MM02 (plant A) and changes a field (f1) on the tab Basic Data (table MARA). But this field (f1) affects on a plant-field (f2) for both plants (table MARC). How ...
Hi, I have created a custom subscreen in UKM_BP - Credit segment data. The subscreen will have questions and each answer(dropdown) has a corresponding score/rating. The total score from the subscreen will reflect in the Score field (atandard field ...
Hi, i have made 2 custom tables with emp data. 1 is master table and 1 is value table with foreign key on emp id. I have entered values also through TMG. Till here everything is fine. But when i am creating maintenance view and selecting master tab...
Hi i create a table, and when i try to create a new entries i have this error message I well Pick the right authorization group "W/O auth.group" Ho can i solve this issue ? Thanks capture-decran-2022-06-18-173912.png
Hi, I'm facing the issue while fetching the data from VBRK using non-key fields of VBRK with select options. Is there any other option except creating secondary index. my select query is like below, select vbeln, vkorg, vbtyp, vtweg from vbr...
How to send sms from sap program to mobile number?
How to trigger emai from sap to non sap or gmai environment?
Hello Gurus, There is a requirement to add timestamp at item level in reservation. I've added field cputm to a structure and appended it to table RESB. I've tried to pass on sy-timlo to cputm in several places,but i am unable to get the value. ...
Hello Experts, Good day, I am fetching the data from odata API using request reply in XML format. Is that possible to fetch the metada from odata API using request reply in edmx format that includes property and datatype with fields and values ...
TYPES: BEGIN OF st_vbak, vbeln TYPE vbeln_va, erdat TYPE erdat, erzet TYPE erzet, ernam TYPE ernam, angdt TYPE angdt_v, auart TYPE auart, END OF st_vbak. TYPES : BEGIN OF st_vbap, posnr TYPE posnr_va, vbeln TYPE vbeln_va, matnr TYPE matnr,...
UI SAP CodeJam UI5 Walldorf July 1st- SAP CodeJam UI5 Walldorf Germany (community event): https://sap.to/6058zdiRI- SAP CodeJam UI5 Exercises: SAP-samples/ui5-exercises-codejam: Material for SAP CodeJam events on UI5. Step-by-step guide explaining ho...
Hi everyone, I am new to SAP. So, please help me in solving the below issue. in Module Pool Programming: I've a requirement that If I have multiple entries in a table control and for every print action it has to print a form for every single en...
The development project leader creates a project and activates it to record transport requests.Then the leader creates the smallest number of transport requests possible for this project andthen assigns the developers to the transport requests.The...
what is difference between manual mode and expert mode 3rd option in PFCG?
hi team, this my code, CLASS C2 DEFINITION. PUBLIC SECTION. DATA : A(10) TYPE n VALUE '2', B(10) TYPE n VALUE '8', C(10) TYPE n. METHODS M2.ENDCLASS.CLASS C2 IMPLEMENTATION. METHOD M2. c = a + b. ENDMETHOD.ENDCLASS.*DATA : add TYPE REF TO C2.*STA...
Expected output: JPN 0102 JPN DEU Current output: 000 Why is that the data selected from the table SPFLI is not being passed into the internal table itab and displayed as output?
where to i get the role owner information? instead of doing, control panel-> Access Certification Manager->roles... is any Table for to store (role owner Information) the below screenshot information?
Hi, My requirement is in module pool programming when the wrong input is given it has to display an error message and allow to give the correct input again. But when I give the wrong input it is not allowing me to give the input . The fields are ...
Hi, I have created a Z table with 5 fields including the client field. Only for the client field the key and initial value check boxes are marked. I have also created the table maintenance generator and in delivery and maintenance the option displa...
Hi all, I'm building a product consumption report and am wondering if it is possible to do something like this as a List ALV, or do I need to do it as a(n) Hierarchy? I see that others use just two corresponding tables (like ekpo, ekko) and I have ...
Why AMDP method does not support Pass by reference?Why RETURNING parameter is not allowed in the AMDP method?
I would like to map the repair process using BAPI calls. Service Notification "S1" - Repair Order "RAS" - Return Delivery - service order "SM03" - Outbound Delivery It works in SAP with the transaction code. I use for the service notification "...
Hello, first of all thank you very much for your time. I created an oo alv report by joining two database tables (I took the first 50 records from the mara table and maktx from the makt table and combined them via the common matnr fields). I made a f...
[Problem Solved] Please refer to Claudia's reply for solution. ========================================== Hello expert, We tried several times on installing ABAP 752 SP04 developer edition according the installation guide. But never pass the ...
Hi, I want have included an IF ELSE condition on my Standard Text so when specific text will only appear for desired vkorg. /: IF &VBRK-VKORG& = 'S088'. * COMO ESTAS! /: ELSEIF &VBRK-VKORG& = 'S045'. * HELLO! /: ELSE. * BONJOUR! /: ENDIF. W...
hi all I'm looking for the connection between a line of COEP table and the cost element description (materials, labour, other costs). I think it goes from COEP-KSTAR (Cost element) to CSKB-KSTAR but i can't find the description in CSKB, is it located...
i have a z table that has user validity dates in it . so my requirement is IF SOMEONE UPDATES/CHANGES THE VALIDITY DATE IN SU01 THEN THE VALUE IN THE Z-TABLE SHOULD ALSO BE UPDATED.
hi team, when i click on refresh button both header and item data should be cleared in module pool screen .it should show blank in input screen in all fields ,please give solution
I have requirement to provide segment and field details of internal note and class code of text tab in item level of purchase order. So in which field and segment the data of internal note and class code will get stored? Please help me with this.
HI. I face a problem here. When i use XD01 ro XD02,the enhancement CUSTOMER_ADD_DATA or EXIT_SAPMF02D_001 can be actived. But if i use funtion to create customer by bapi SD_CUSTOMER_MAINTAIN_ALL,the enhancement can not be actived. Can anyone ...
I have created a program that attach word documents DOCX in the attachment list of FB03. Then the user open it and make some changes and save it. If the file attached manually the user can edit and save it but if I attach it with the program he gets ...
Hello ABAP Gurus, My query is regarding the below snapshot from help.sap.com for READ Table and the SY-SUBRC. With the information for SY-SUBRC EQ '8' , I could conclude that even if the record is found and it was determined because of Binary ...
hi team, there are two tables ekko and ekpo .and there are two push button 1)exit 2)refresh when user click on refresh button every fields should be grey out fields.1)using ekko in structure table 2)table control in ekpo. would u please give me...
Hi All, I have a requirement where for a certain Material the quantity field should be blank and for this, I am using BADI WORKORDER_GOODSMVT when trying to change the value of the Quantity field in method gm_screen_line_ckeck it is giving an err...
Good afternoon, I'm trying to connect to a Sybase database using Node JS. This database is running in another computer.This is possible? How can I make this connection?
sapmnt/NPL/exe/uc/linuxx86_64/jkit/jre/lib/logging.properties sapmnt/NPL/exe/uc/linuxx86_64/jkit/jre/lib/rt.jar sapmnt/NPL/exe/uc/linuxx86_64/jkit/jre/lib/management/ sapmnt/NPL/exe/uc/linuxx86_64/jkit/jre/lib/management/management.properties ...
Hello together, I try to download an attachment for an invoice from the Archive (Archivelink). I tried it with FM SCMS_DOC_READ but without success. I tried it also with other Function Modules (a.o. ARCHIV_GET_TABLE), also without success. My...
Hello All, IN FM 'SPELL_AMOUNT' , for the amount 5.050,00 is Five thousand fifty in EN but in RO it should be "cinci mii cincizeci" but is 'CINCIMII CINCIZECI' .
Hi friends, From the QAVE table I m getting inspection lot (PRUEFLOS) nor, now for this nor how to find document nor(BELNR) from bsik table.
I have create a message class to pop up if there is an error. i have two way i want to solve... I would if the conditions i am asking isn't true i can't allow the program to move foward... And i would to know if it is possible to have two varia...
Hi All, I have a requirement for CO11N t-code. For a specific material, the quantity field in CO11N should be blank by default. Kindly let me know how to achieve this.
Hi guys, I want to use some methods to replace the function module REUSE_ALV_VARIANT_F4, so I want to ask what class and methods will be used. Thanks.
I am using the following line of code CALL FUNCTION 'SO_DOCUMENT_SEND_API1' EXPORTING DOCUMENT_DATA = P_DOCUMENT_DATA* PUT_IN_OUTBOX = 'X' SENDER_ADDRESS = 'no-reply@*' SENDER_ADDRESS_TYPE = 'C' IMPORTING SENT_TO_ALL = P_SENT_TO_ALL NEW_OBJECT_ID...
Hello, I'm trying to display a MESSAGE 'Please enter a valid number' at the bottom of the screen when the Integer 2 field has a value of 0 and when the mathematical operators divide and modulo is selected. I was able to display it but the select...
Hi all, I have use this code for set custom messge to messgae log po :for item messgae " add new message<br>mmpur_business_obj_id ls_item-id.<br>mmpur_message_forced 'E' 'ME' '303' ls_item-ebelp 'Tax tariff code : 18' sy-msgv3 sy-msgv4.<br>iv_fa...
Hi guys, I want to compare two columns from an internal table (Specification number and Material Number) to the same two columns in a database table (ESTMJ). The specification number and material number assignment in the internal table should be th...
when the user is posting a down payment request based on a purchase order in f-47 he incorrectly gave another company code in the cocd field, ideally system should not allow to post in another company code when the purchase order is another company c...
Need step by step documents for all type of enhancement. didn't get proper material for this. pls!! help.
Hi all, I've been looking at various ways to achieve my task of converting a numeric month to a 3-letter alpha The Period "04" should be "Apr 2022". I'm seeing some people suggest using CASE...ENDCASE, others using a SELECT on t247, and oth...
These materials will help you participate and connect with other members.
Find answers to basic questions about using SAP Community.
Learn about community rules, take our tutorial, and get support.
Familiarize yourself with questions and answers.
Share your knowledge by contributing to the community.
Introduce yourself and get to know other members.
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |