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

Not getting value in CS_BOM_EXPL_MAT_V2 FM

HII,  M using CS_BOM_EXPL_MAT_V2 FM but inexport not getting any value . plz help me out .my code is like .      LOOP AT it_marc INTO wa_marc .BREAK-POINT .      CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'          EXPORTING         capid                     ...

Ecatt related issue

Hi All,I am facing one issue with eCATT automation.can we pass combination of 'hard coded value' & 'value from some local variable' to the some specific position  to a textbox togather?Detail are as given blowe->I recorder certain t-code using SAPGUI...

Parallel Processing

Hi,Call BAPI using Parallel Processing with below code CALL FUNCTION 'BAPI_********'                    STARTING NEW TASK va_task DESTINATION 'NONE'                    PERFORMING process ON END OF TASKRECEIVE RESULTS FROM FUNCTION 'BAPI_********'' IM...

Resolved! After EHP6 Upgarde Picking list print out is resulting format & overlapping issues

Hi All,We have recently upgraded our system from ECC 6.0 to EHP6 .Now when user trying to print a Picking list document then Print out is overlapping with content .But when we check the spool the Print Priview looks good but when trying to print the ...

Resolved! Parallel Processing Prerequisite - should not start a new internal session

Hi all,In all documentation about parallel processing in ABAP, one of the prerequisites is the following. However I cannot find further explanation what that is the case.–         The calling program should not change to a new internal session after ...

ec1 by Active Participant
  • 2070 VIEWS
  • 6 REPLIES
  • 0 Likes

Reg Select option

Hi Folks,   My select-option field(material) i want the value without leading zeros for that I want to use conversion routine OUTPUT.how can i convert the values from low to high values.From my below code I can able to do only low values not complete...

Resolved! Drill down Smartform

Hello Gurus,Someone has made a drill down  smartform or something alike?, I have an ALV result data , it has fields that group other fields in the data, so i want to know if it's posible to build a listview that behaves like a drill down data.I click...

IDOC filters in BD64

My scenario is to send SHPORD idocs to 2 different systems based on shipping point and sales org.For this i created filter groups in BD95 and BD59.When i run program 'RSNAST00' for the delivery, it is failing with error "Too many recipients found for...

How check the Dialog Processor avaibility to execute a task while calling the Function Module

Hi All,I need to check the Dialog processor avaibility to execute my task while calling the Function Module. If I do not check the Dialog processor avaibility before my Function Module execution, it will throw the dump in case of non-availability of ...

How I restrict Scheduling agreement type for specific Purchase organization.

Hello Experts,I have created Scheduling agreement type (ZLT). I want to restrict this agreement type for specific purchasing organization.I have search many threads but I didn't get solution.Is it possible through Configuration or user exit.Kindly gi...

DATASET_NOT_OPEN Error

Hi,We have made a program to convert the data in to .asc format and the program is running fine. But some times it is giving run time error as DATASET_NOT_OPEN and exception as 'CX_SY_FILE_OPEN_MODE'. We could not able to find out why this error is o...

Resolved! Is there any BADI or User Exit or some other way for generating error message when user selects more than one line item for printing in MB90 T-code?

Hi All,I have a requirement ,If the user select more than one item and try to print in MB90 Transaction  then a error message should come like  “ select only one item and print”.please help me on this....Thank you..

Labels in this area