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

MM01 Batch Input

Hi;i have a batch input for mm01 and mm02.in batch input i enter the material number and select viewin 030 client "quality management" is in 10 th row in select view screenbut in 330 client "quality management" is in 8th row.how can i solve this?is t...

Resolved! select datas

Hi, The datas are in the table like this 1234(T), 1233,6788,1657(P),3421(T),6787(T),4668,3454(T),4578(P). SO i want to select the data only T using the parameter .In the parameter if i give (T) then my program should select only T available in the...

Resolved! SQL ( IS NULL )

How Do Everyone.I have in my ABAP code:SELECT .... FROM payrWHERE ..... AND voidd IS NULL AND bancd IS NULL AND .....Does anybody know how can I replicate the 'IS NULL' part in the select options when I run the program?CheersAndy

Resolved! 'so_object_send'

I used this function in 2 program.One can send mail successful.But another one, failed,I debug it, sy-subrc = 0.but no mail send out.I think the system configuration is right.Can you help me to find the possible reason?Thanks

Resolved! coding

Hi all,there is an internal table A with date as one one of the field. i looped this table as loop at A.Now the requirement is i want to delete the row from this internal table if date is zero.How to do this.

Resolved! TEXT OBJECT

Hi all,I have created a notepad and from this i wana save text text entered into this notepad through SAVE_TEXT but i need to create a Text Object for that. How do i do it?? Cn any 1plzz hint me abt tht.Thanks n regards,Santosh KOTRA.

Resolved! Funtion Module Help

Hi all,I want to know the funtion module which can be used to download a table fields into an internal table by mentioning the table name For ex: If i give MARA a a parameter to a function module the table fields must be downloaded to some internal t...

Selection Screen

Thank you all for offering assistance to my previous query titled "Selection Screen"Actaullay i could get to make the fields active and deactive by using modif-id and the loop at screen code. However it is only happening when the user press enter aft...

pf-status

hi experts,i have a pf-status which is applicable to 2 'REUSE_ALV_LIST_DISPLAY' function module.I want to hide certain user defined buttons for the first list_display and hide certain others for second list_display.How can this be achieved ? Thank y...

Resolved! Selection Screen

Hi Can any one send me a sample program to change the selection screen fields dynamically.i have three fields viz: Resource Type : M / U Material : Utility : Requirement: based on the entry in resource type i have to activate the field. For e....

Macros

Hi all,Iam using a sql statement to retrieve records for a particular period in macros. My sql statement is as follows:sSql = sSql & " WHERE (FKDAT Like '" & Sheet1.Cells(3, 2) & "%') " & vbCrLf 'Invoice DateThe from-date is in cell(3, 2) and the to-...

Labels in this area