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

FMN0 BAPI

Hello everybody,can anyone tell me if there is a BAPI for transaction FMN0 or maybe a function module, I0m not having too much help from functional consultants in this area, thanks in advance ofr your answers.Regards,Julio Cesar

Resolved! table

Hello,can any body send me sample code for.... i have some (5) common fields from different 4 data base tables. I want to built internal table which includes this 5 common fields for further processing.thanks.

Length of a field

Hi,If I declare a char field of length 10, but assign less length value, how do i check the actual contetnt length?data: cond(10) type c.cond = 'test'.How do I check the variable cond's length is now only 4 not 10.How can get the value 4?Thanks...Swe...

BADI ME_CHECK_SOURCES

Hi Gurus,My requirement is to check the date on the info source of supply when creating/changing purchase requisition. I found the badi ME_CHECK_SOURCES and implemented it. During testing I can see that the badi is called and in the code based on my ...

Resolved! Events on SM30

Hi,I have a SM30 of a Z table, and I need to do the following: When the user types a value on the field, It must check if this typed value exists. If it doesn't exists, It must show an error message.How can I do that?Kind Regards,Brian Gonsales

user exit for migo transaction

hi all,i have a requirement to fill availability date in batch master i.e mch1 wich is not getting filled automatically.i used the user exit ' exit_sapmm07m_003' to fill the same but this is not getting triggered for process orders as the batch was...

Vijay by Active Contributor
  • 805 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! Solution Manager + CUA Upgrade

Hello,I currently have my production Solution Manager at 3.2. I have new hardware on which I am planning to isntall Solution Manager 4.0. I would like to have both systems online while doing this. What must I need to do to transfer users to the ne...

Resolved! internal table

Hi friends,I have few records in the internal table. My requirement is i want to clear only few records of my interanl table but not all the records.how can i do that.can anybdy help me.?<REMOVED BY MODERATOR> Regards ...

alv grid display

hi gurus,i have a small query,i am using the fm read_text and i am retreving some text,normally we get the text in a table, and i want to pass this text into an internal table, which i have to use in alv grid display can any one suggest the way pleas...

select options

HiAs per my requirement when select option contain only exclude parameter(Not equal to) dont want to execute the select statment. suppose s_matnr contain only one value is ne 'Robert' then i dont want execute the select statment. Can any one let me ...

Resolved! Offset problem

HI I'm working in ECC version.Problem in offestdata : begin of itab occurs 0 zp1(2), zp2(3), zp3(5), zp(10), carrv like s807-aenetwr,end of itab.data : text(40). concatenate '(' itab+4(20) ')' into text.The error...

report

Hi friendsMy senario isthere is 3 line item for a invoice no.I want to calculate total no of box of 3 line item of invoice no.i have use this code.MOVE I_VBTAB-VBELN TO INV_NO. IF INV_NO = I_VBTAB-VBELN. . TBOX = TBOX + I_VBTAB-BOX_NO. ...

Resolved! Spool ALV LIST

Hi everyone,How can I increase the width of the spool when i use the ALV List?I know the limit usually is 255, but i need to see at the spool 600! Have someone set up a new format paper like 65 X 600 and put it on the printer parameters?Do you think ...

Labels in this area