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

column to row

Hi ,I have the requirement to convert Columns into row in table:Input file------------Col1      Col2   Col3     Col4 ....     .... Coln101       102     103      104  --- ---- ---- 201        202     203     204 -----------301        302     303     ...

Resolved! I wanna keep value from f4 help how can i do this ?

Here is my code:DATA : BEGIN OF GS_ITAB OCCURS 0,         lgart LIKE PA0014-LGART  ,         lgtxt LIKE T512T-LGTXT   . END OF GS_ITAB.   SELECT P1~LGART T1~LGTXT INTO CORRESPONDING FIELDS OF TABLE GS_ITAB     FROM PA0014 AS P1 JOIN T512T AS T1 ON P1...

Resolved! How to get DEV Server modification fields in QAS/PRD Server

Dear Experts,                   I have done the modification in TRIP tcode and PR05 screen. Added some fields in both the screens with the help of modification. Now i have transported these objects (My complete package) in QAS. I can't see the result...

CIN Reports

HiAre the standard SAP CIN reports are sufficient for Indian requirements or do we need to develop custom reports?In case we need to develop custom reports, are there any third party vendors with ready made reports?Thanks in advance for your help.Reg...

Resolved! SELECT fails while shooting. Can you help please?

TYPE-POOLS      :   slis. TABLES          :   pa0001. DATA            :   BEGIN OF itab OCCURS 0,                     mark,                     pernr   TYPE pa0001-pernr, "personel numarası                     uname   TYPE pa0001-uname, "sorumlunun a...

Join Internal Tables

I have ITAB like itab1 and itab2 ad bellow. I need to join that itabs as I have shown in bellow. Please let me know easy way for going that.                                ITAB1SOLI FIED1FIELD2POSO1LI1F11F21SO2LI2F12F22SO3LI3F13F23                 IT...

Table Create Time Error

Dear Professional Sir,               I want add 500 Field whenever i try to add field whenever i add field using Include strucuture at that time give error FieldNameField1.INCLUDE.INCLUDE.INCLUDE        Please Help meThank You In Advance

F.27, statement should be emailed with another document save in 'Services for Object'

Hi,Does anybody know how to attach documents(PDF, excel, .TXT ....) which are attached in FI documents using 'Services for Object' button, along with the Periodic Account statement using Tcode F.27.FYI I am able to setup the BTE 2310 and its working ...

Resolved! Email format issue

Hello Experts,I've a requirement where I need to attach an excel sheet in email and send it to user. I'm able to do it but the problem is that text does not wrap to next line and all the text displays in one line as shown below.However, it should dis...

Resolved! How to give table display authorization to users that are executing queries from SQ00

We have a large number of end-users that are executing queries from SQ00.The users are only authorized to the queries they actually need (controlled by user assignment to Query User Groups) and none of the users are authorized to table browsers like ...

ABAP Resource URL documentation

Hi,we are using a tool for static code analysis which displays the remarks in an HTML dashboard. To access the ABAP resources directly out of the dashboard we wanna integrate links with ABAP Resource URLs into it.My question is if there exists a docu...

pfefferf by Active Contributor
  • 960 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! WE31 Table is not displaying the field description

Hi,For all the basic types , WE31 display table is not displaying the field description.it is displaying all other fields like postion,field name, data element,etc.But it is not showing field description, intially it used to show, but could not see i...

Labels in this area