SAP Managed Tags: ABAP Development In your main program, you can declare your desired select-option. Do your select-option declaration before calling your dialog screen. Create a subscreen in your screen's flo
SAP Managed Tags: ABAP Extensibility Hi Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen’s flow logic. the tcode is cmod... 1.From the...
SAP Managed Tags: ABAP Development Hi, Check these enhancements: IWOC0002 PM/SM notification: Check whether status change is allowed QQMA0001 QM/PM/SM: User Subscreen for Notification Header QQMA0008 QM/PM/SM: User Subscreen for Additional Data on Notif. Ite QQMA0011 QM/PM/SM: User Sub...
While reading one of the post asking about same thing one of the users has mention something really nice - SAPNote 488765 "Do-it-yourself EWB programming". This note shows how to use FM used in CEWB, so we can create/change/delete bom and routings. The example available in the note s...
SAP Managed Tags ABAP Development You must remember to create the subscreen UI element vai screen painter, open the layout editor Click the icon for Subscreen area from the toolbar on the left, next create this box in the layout. Give the name as "subscreen_1010", save and activate. Regar...
SAP Managed Tags ABAP Development Hi All, As a part of requirement we need to call network graphics into a subscreen. Calling networK graphics into a normal screen was not a problem. When trying to call the same code into a subscreen;unable to display the graphic for network. Attached a ...
SAP Managed Tags ABAP Development hi, I hope you have created three subscreen for different tabs , say 100 for tabstrip screen.when checkbox selects it will open respective subscreens(tabs) withinn subscreen tabs you have used alv display. if its checked tabstrip is displayed,if not it wont...
SAP Managed Tags: ABAP Extensibility Follow these steps 1. Go to Transaction SPRO, Display IMG. 2. Go to Logistics-General  Material Master  Configuring the material master and execute ‘Create Program for Customized Subscreen’. 3. Create a function group of your own with...
ABAP Development Hi Jaime, While calling a subscreen, there are few more steps that need to be followed. The link provided by Raymond will help you to create the subscreen in module pool http://help.sap.com/saphelp_nw04/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/frameset.htm. ...
SAP Managed Tags: ABAP Development Hi You have to find a respective Screen Exit for that Tcode and to add fields to the respective screen then add fields to the respective table and to populate them. Screen Exit is nothing but enhancing the screen like creating some more fields, subscre...