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
  • 83481 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! how to fill fieldcatalog using internal table by using (REUSE_ALV_FIELDCATALOG_MERGE)

Hello Experts,                             Can anyone tell me the solution for  REUSE_ALV_FIELDCATALOG_MERGE i have passed final internal table.data: begin of typ_final,         matnr like mara-matnr,         werks like marc-werks,          end of ty...

Resolved! User Exit to Change 'Assignment Field' while uploading Bank statement using FF_5

Hi Experts,We are uploading  bank statement using tcode FF_5. It creates BDC of FB01. then we process it via SM35. Its a country specific bank statement (Hungary). Now while processing BDC we found that document header text (BKTXT) and Assignment (ZU...

Resolved! Text Elements

Hi All,                 I am writing a select statement as shown below.Even though I maintained text element for 009 as 'A' but when I double click on below line it shows me as 009 not found.Why? How can I rectify it.Thanks in Advance.          Best ...

USER EXIT : QQMA0015

Hi Experts,I am using user exit QQMA0015 and  facing some issue while passing the values in  E_CODEGRUPPE.My requirement is on F4 help of code group in PM notification ,system need to show code group only those assigned to catalog profile.To meet thi...

Resolved! How to get all the auth objects into a role which are belong to specific auth class

Hi Team,I have a requirement that, create a role with all the authorization objects which belongs to FI module.So in FI authorization class we have total 247 authorization objects. Now how I should get these authorization objects into a role directly...

Resolved! Search Help User Exit (if "one" entry in hit list, skip hit list and export)

Hi everyone,I hope you can help me. I spent many hours on this one but I just could not find a solution (by myself and by searching google and searching the SCN).Problem like thread subject.I have the requirement to create a search help using search ...

GETTING PRODUCT HIERARCHY DATA FROM TABLE T179 USING 1 LEVEL PRODUCT HIERARCHY

HI ALL,i need get data from t179 using level-1.what i want is...if i have PRODH = 10, i need all the levels data from t179 which are having PH1 as 10.means i want data like..1010101010100101010010001010100100010001help me in this regardthanks,,

Resolved! Suggestion required on how to copy repository objects from one system to another

Hi,Current Situation:We have a global SAP instance which is used by all affiliates. Now we have a requirement to separately host one of our affiliates( Singapore). This means we would like to copy all development objects specific to Singapore and mov...

BDC

Hi ,      i created a customized table and i try to fill the table using bdc call transaction..For this purpose i created a tcode for that table using table maintenance generator. when i try to upload the excel file it is not uploaded...i checked thr...

Education cess calculation

Hi All ,We have TAXINJ procedure and our industry auto industry As per the tax regulator we can exclude the autocess for the calculation of education cesscurrent calculation Accessible value -100BED -                   24NCCD                    1auto...

Resolved! BAPI_PR_CREATE EXTENSIONIN

Hello Gurus,I am creating a PR using BAPI_PR_CREATE, I achieve creating the PR, but I can't save value in the custom fields.This is my code, would you please help me?ThanksDATA: ls_req_item TYPE BAPI_TE_MEREQITEM,      ls_req_itemx TYPE BAPI_TE_MEREQ...

Resolved! what's wrong in this program, I want to insert a row using this program

TABLES: zemployee, sscrfields. TYPES: BEGIN OF t_zemployee,        empid TYPE zemployee-empid,        empname TYPE zemployee-empname,        dob TYPE zemployee-dob,        dept TYPE zemployee-dept,        END OF t_zemployee. DATA: it_zemployee TYPE S...

Resolved! Outbound Idoc

Hi All,I am using outbound IDOC SHPMNT05 to process my shipment data, where in i am using the FM - IDOC_OUTPUT_SHPMNT to generate Idocs.Wherein i have few ZZ fields in VTTK, i have to push those ZZ fields also. Here i have to push the ZZ fields data ...

validation error...

HI,     In my code am having two conditions update and insert..I want to give message and leave to that screen also  with either update successfully or inserted successfully. loop at it.select  .............................some fieldsif sy-subrc = o....

Labels in this area