Monday, November 23, 2015

Parent child relationship for a Dropdown Box in UI Table

In this blog I will share the header item relationship  for Dropdown Box in a UI Table . Take an example like there are two Dropdown Boxes i.e One Header and other is Item Dropdown Box . When an header item is selected from Header part the corresponding items will be added in the Item Dropdown box.

It is easy in Normal case but a bit tricky if the Dropdown Boxes are in a UI Table , i.e When a header item is selected in any row of the UI Table then the corresponding Child Items will be added in the item Dropdown box of the same row. No other Dropdown boxes would be affected only corresponding rows will be affected.

I will explain  the above scenario with a simple example .

Scenario :    When a header item is selected in any row of the UI Table then the corresponding Child Items will be added in the item Dropdown box  of the same row only.

Below is an Array of Header-Items in a tabular format for simple understanding.

==>  For more information  click here  <==

Saturday, October 25, 2014

Step by Step Guide for Import and Export of a WebDynpro ABAP Component without Transport Manager

Introduction

This article provides a step by step guide for exporting a WebDynpro ABAP component to local system as well as importing from local computer.

We can import/export many things like DDIC objects, programs, classes, interface even if MIME objects also. It can also be send across mail.


Scenario

Exporting and importing of a WebDynpro ABAP component, which takes the input of sales document no from a WD view and displays the corresponding item data in an Adobe form according to our business logic

Read More.......


Wednesday, September 1, 2010