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

Selection Screen Entry

Hi, I have a requirement where in i have 2 entries 1> posting date 2> entry date on my selection screen If i am entering any value in Posting date then the entry date on the selection screen should be disabled if not if i enter any value in en...

Field label

Hi All!I had created one custom field with custom data element and had given the label name over there for the field.It is displaying the field label name in all places when used.But in one situation in VK11(create condition Records) where we input t...

Accessing ITABs with Memory Use

Guys,When debugging, I can see the internal table via menu:Display conditions->Memory use->Memoru use - ranked list (tab)If I double-click on this itab I can see the record entries. The table name is given as 148. If I re-run the TCode, the same itab...

Fetching Millions of records

Hi Friends,I have a scenario where the following code is helpful.DATA: BEGIN OF ztab_int OCCURS 0. INCLUDE STRUCTURE ztab.DATA: END OF ztab_int.SELECT * FROM ztab INTO TABLE ztab_int PACKAGE SIZE 5000. INSERT z_tab1 FROM TABLE ztab_int. COMMIT WORK.E...

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.