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 ...
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...
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 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...
Typically, SAP provides an enhancement in which the developer can create an append structure, use the function exits to synchronize the PBO and PAI of the standard SAP program and the custom subscreen program, and make the necessary linking( as mentioned above in step 4. But, again, this is...
Create the append structure with new fields. Go to the desired function group and create a subscreen with the new fields. Write PBO and PAI for the subscreen, if required. Use the function exits in the enhancement to link the PBO and PAI of the subscreen with that of the main SAP progra...
Create the append structure with new fields. Go to the desired function group and create a subscreen with the new fields. Write PBO and PAI for the subscreen, if required. Use the function exits in the enhancement to link the PBO and PAI of the subscreen with that of the main SAP pr...
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. ...
container1 TYPE REF TO cl_gui_custom_container, grid TYPE REF TO cl_gui_alv_grid, Reply Former Member 2012 Nov 22 11:35 AM 0 Kudos 1,208 SAP Managed Tags: ABAP Development hi, I hope you have created three subscreen for different tabs , say 100 for tabstrip screen.when ...
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...