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

In the development system netweaver 731. we have deployed DMIS 2011 sp5 addon in the system . When we tried to save the billing documnet data we encounter a dump.

Category ABAP Programming ErrorRuntime Errors SYNTAX_ERRORABAP Program BADI_ODQ_QUEUE_MODEL==========CPApplication Component Not AssignedShort textSyntax error in program "BADI_ODQ_QUEUE_MODEL==========CP ".What happened?Error in the ABAP Application...

Resolved! BDC multiple sessions

Hi everyone,I am uploading material  master data using bdc session method.I have a flat file  with 10000 records. now i have to create multiple sessions with 2500 records.  HOW DO I  CREATE 4 SESSIONS?i am attaching a sample program check it once.and...

Resolved! Problem related to bdc

Hi all,i have written a BDC, in which i wants to get error details, for which i have written these code lines.But i am not getting error result, can anyone sujjest me where i am wrong in these code lines. report ZFB01_POST_DOCUMENT        no standard...

FTP_R3_TO_SERVER : Uploading binary file (.XLS)

Hi Experts,Im using FTP_R3_TO_SERVER FM to upload an Excel file from the user desktop.CALL METHOD cl_gui_frontend_services=>gui_upload       EXPORTING         filename                = g_file       IMPORTING         filelength               =  g_len ...

Building a complicated ALV

i got a problem when I tried to create an ALV.The ALV needs to use a range of MATNR as its fields(columns).These MATNR are in an internal table and they are chosen by user input in select screen which means they are dynamic.And, this ALV also have so...

How to bind data dynamically in drop down list or Combobox via internal table in ABAP?

Hello,I have a selection screen with this parameter:PARAMETERS: P_STATU TYPE TY_STATU  AS LISTBOX VISIBLE LENGTH 20.And its internal table:WA_Statu-Value = 'P'. WA_Statu-Text = 'Pendientes de sustituir'. APPEND WA_STATU TO TI_STATU. WA_Statu-Value = ...

Resolved! Customer Master error (XD03/XD02): Internal error - insert in sorted tabl ZADRT with...

Hi Experts,I am facing issue while changing or displaying cusromer through XD02/XD03.When I try to change customer the error is populated as "Internal error - insert in sorted tabl ZADRT with.." followed by ADRT table entry.I tried to remove entry fo...

Resolved! condition base value BASB Condition Vofm routine 601

Hi,All please help me on vofm routione I write  the routine FORM FRM_KOND_BASIS_601. *{   INSERT         SMAK900216                                        Data : lv_komv type komv. Read table xkomv into lv_komv with key kschl = 'ZLF1'. *If xkschl = ...

dwarade by Explorer
  • 635 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! READ PROGRAM SAPMSYST

i am trying to read the source code of a program SAPMSYST.But it says that the source code is protected.is there exists some way that i can read the source code.but making some changes in debugging.say:comparing in debugging mode a zprogram and this ...

Resolved! Problem with SAP Note Implementation: 738159 Catch Weight with Radio Frequency

Hello,I'm trying to implement SAP note 738159 : Catch Weight with Radio Frequency,and while I was having no trouble implementing it, it doesn't seem to work.I'll go through the step I have done to implement it and you can see if there's some obvious ...

how to create user exist.

Hi,    I tried to create a user exist for mm01.     At first I used se93 transaction to know the development class of mm01.     Now I  placed the development class(MG) to find out the user exist  in SMOD.     But it gives a message no values on  sele...

Help for RTTS

Hello Experts,I am trying to learn RTTS. I am understanding certain concepts but still there are areas which I need more clarification. The below given link has been advised by many experts to learn RTTS. http://scn.sap.com/thread/1725739. Can anyone...

Resolved! Primary Key Foreign Key Problem

I have created three tables as per following,1) Departmentfields: dep_id(primary key),          dep_name2)Faculty Tablefields: fac_id(primary key),          fac_name,          dep_id(foreign key)3)Student Tablefields: std_id(primary key),          st...

Resolved! Change validity date of business partner role / Get all roles (also currently invalid ones)

The following code works for the cases- CRM000 role is not present at all, ever (the code adds it)- the CRM000 role is valid today (the code changes the valid-from date to 01.01.2000 and valid-to date to 31.12.2000 ... also for any other role; curren...

Resolved! IGS-Call of RFC-FM PIGFARMDATA fails due to unknown missing Authorization

Hello folks,I'm having an authorization-based problem with the ESS/MSS-Teamcalendar WDA-Application which uses the resources of the Internet Graphics Server. CL_IGS_DATA===================CM006    call function 'PIGFARMDATA' destination rfcdestinatio...

Editable ALV table

Dear FriendsI've got a problem!!I've created an ALV table with REUSE_ALV_GRID_DISPLAY. Now I want that it is editable.This not a problem. The problem ist my data table is dynamically that means this is the call --> PERFORM start_alv_2 TABLES <gt_alv>...

Labels in this area