Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Recent Activity

Task 4 - Implement Criticality feature and create an Object page

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...

Criticality.png

Task 1 - Create CDS View Entity ( August Developer Challenge )

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...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83371 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! How to default OI Routing Instructions Text in me21n , even before saving the PO

Hi ,When creating a PO through me21n , in the texts tab ..OI Routing instructions  needs to have a default text even before the PO issaved. Is this thing possible . I found one exit EXIT_SAPMM06E_022where I tried changing , but where can I pass the t...

[PERSISTENCE CLASS] SELECT OPTION in WHERE statement

Hi Gurus,I would like to know how could I code the WHERE statement with a SELECT OPTION, in Persistence Class ?Currenlty, I would like to code this kind of request :          DELETE FROM      ziTab                         WHERE   zdate IN so_date.   ...

workflow abap

Hi Gurus,How i know a particular transaction code is configure with workflow.For example when ever we create Po(Purchase Order-ME21N) it automatic mail to the authorize person mail id.my question is how i know in tcode ME21n is configure with workflo...

Table data getting locked for multiple user for a Z-table updation after EH4 to EHP6 Upgrade

Hi,We have one new upgraded system at EHP6, earlier system was at EH4 where multiple user can Run one Z  T-code and can edit the entries for the Z-table.This Z-Tcode is calling SM30 internally for updating the Z-Table.Now in the upgraded system, when...

No of entries in range table / single values in selection-screen extenssion

Hello,Greetings to everyone.I am facing an issue regarding the no of entries in selection-screen extension / range table.In my program i created a range and filling it with materials like below.TYPES:BEGIN OF ty_prvsy,          prvsy type /sapsll/prv...

issue with uploading XML file from application server into internal table

i Need to fetch the XML file from the application server and place into internal table and i am getting error message while using the functional module   SMUM_XML_PARSE and the error message is "line   1 col   1-unexpected symbol; expected '<', '</',...

BDC Program For IK01

Hi,I have a requirement to upload measuring point (IK01) using BDC.The problem is how to create a BDC to switch between MeasPointObjectFor example Record1 for equipment using MeasPointObject IEQ Record2 for functional location using MeasPointObject I...

Resolved! how to find the configuration use the Z message class.

Usually when I do some configuration, it may need to create some message. such as the Validation. It raise a message when I run some standard t-code. So when I check some Z message class to find what program use this message, i can not find anything....

Resolved! VL01n Enhancement

Hi all,I have implemented a BADi in Delivery .What i did is I have added a tab in header level.When i enter gate pass number and press enter the date gets populated in the screen.But the issue is when in VL01n when i do the same the value or validati...

Resolved! GL a/c opening and closing balances

Hi All,Below is my selection screen:select-options : s_bukrs for bkpf-bukrs obligatory.parameter      :  p_gjahr like bkpf-gjahr obligatory.select-options : s_budat for bkpf-budat,                       s_monat for bkpf-monat,                       s...

Resolved! Enabling a button using checkbox in module pool

MODULE USER_COMMAND_9000 INPUT.CASE SY-UCOMM.WHEN 'SUBMIT'.SELECT WERKSFROM   MARDINTO   TABLE IT_MARDWHERE  MATNR GE L_MATNRAND    MATNR LE H_MATNR.IDX = 1.LINE = 0.          LOOP AT it_mard INTO wa_x .            line = line + 1.          ENDLOOP. ...

Resolved! aims to allow user to input a PO (or a range of PO) and in turn present a tree structure output screen to user. By clicking on each level of the tree, the lower level data can be seen.

START-OF-SELECTION.  PERFORM get_ekes.  PERFORM get_vepo.  PERFORM get_vekp.  PERFORM build_tree.END-OF-SELECTION.  PERFORM display_tree.*&---------------------------------------------------------------------**&      Form  get_vepo*&-----------------...

Labels in this area