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

SAP Developer News, May 2nd, 2024

Podcast version: SAP Developer News May 2nd, 2024 – SAP Developers (opensap.info)DESCRIPTIONMay Developer ChallengeApril Developer Challenge Wrap up post: https://community.sap.com/t5/sap-builders-blog-posts/april-citizen-developer-challenge-sap-buil...

thumbnail.png

Help in PO to File

Hi,I need help. Am stuck up.My scenario:1. PO created and output issued.2. The PO data is stored in IDOC (orders and basic type orders02 used)3. This IDOC is to be stored in presentation server (d:\PO.txt or so)What I have done:1. Created a partner p...

Resolved! Problem with concatenate .

Hi,Please check this code....LOOP AT IT_USER_UPLOAD INTO WA_USER_UPLOAD. L_LENGTH = STRLEN( WA_USER_UPLOAD-BP_CODE ). L_COUNT = 7 - L_LENGTH. DO L_COUNT TIMES. CONCATENATE C_CODE_Z WA_USER_UPLOAD-BP_CODE INTO C_USERID. ENDDO.ENDLOOP.My valu...

Resolved! sub-field access in type P

Hi all.please tell me how to access sub-field in type p variable.Ex:-data : na type p decimals 2 value '1002.20', na1(2) type c. na1 = na+3(2).write : na1.i want to get only last 2 values. ie '20'.how to do this,<b> i dont want to...

Resolved! In macro call method of object

Hi,is it possible to call method provides in parameter to macro ?From the call of my macro i provide object instancied and the name of my method. In my macro i wanted to do : CALL METHOD &1->&2 but it don't work.I provided you my code which does not ...

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.