Application Development 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

WBS Element display format

Hi all,I am developing report regarding WBS Elements . To display the WBS I used PSPNR from PRPS table. The output is showing correctly in the ALV, but when i try to apply a filter on that column, it is showing internal representation. But i want the...

Resolved! combined loop

hi,how to combined these two loop which gives the same values.LOOP AT IBSAKN INTO WBSAKN.SELECT SINGLE AWKEY INTO W_AWKEY FROM BKPF                                 WHERE BELNR = WBSAKN-BELNR                                 AND GJAHR = WBSAKN-GJAHR   ...

Resolved! Need Internal table logic

Hi,I have 2 columns in a internal table as below  ..can anyone suggest a logic which gives good performance as the entries in the internal table are huge.Col1     Col222          XYZ22          XYZ22          XYZ23          YTR23          YTR24      ...

Batch Input Error

Dear Experts,I have deactivated S_TABU_DIS  from one users role.After that when he was trying to upload some sales data in SAP via Batch Input using some Z program his job was getting failed in sm37.When i checked in SU53 i got observation as S_BDC_M...

Missing spool pages

REPORT  yspool_display LINE-COUNT 80.PARAMETERS : a2 TYPE i. "dummy parameterDATA : n TYPE i.DATA : listid TYPE tbtcpv-listident.START-OF-SELECTION.  DO 350 TIMES.    n = sy-index.    IF n BETWEEN 3 AND 350.      WRITE : /  n.      ROLLBACK WORK.    ...

Resolved! passing message

Hello,Kindly help me.i want the message :for exampleMESSAGE E118 WITH POMAT-MTART to be passed to a field in an iternal table.for example:TYPES:BEGIN OF ty_error,       error(150) TYPE C,       END OF ty_error. DATA :it_error TYPE TABLE OF ty_error,...

Simple way to convert a text to an image

Hi,I'm looking for way to create an image (jpg, gif, png, ...) based on a given text in ABAP.I get a dynamic text and must show the text in a web page. Inside the web page I can not include dynamic elements like iframes or something else.So I need a ...

Torsten_ by Product and Topic Expert
  • 470 Views
  • 3 replies
  • 0 kudos
Welcome to SAP Community!

These materials will help you participate and connect with other members.

  • FAQs

    Find answers to basic questions about using SAP Community.

  • Resources

    Learn about community rules, take our tutorial, and get support.

  • Q&A

    Familiarize yourself with questions and answers.

  • Blogging

    Share your knowledge by contributing to the community.

  • Welcome Corner

    Introduce yourself and get to know other members.