Urgent..please anyone can help me??????

<b>Hi all..
please anyone can help me.for this issue....
My Requirements is first need to MR11 tarnsaction and create zmr11 transaction and also the copy the corresponding MR11 program create Z program, which i did it.
but now i have create a POPUP window, which contain 
Account:           Cost Centre:
                   Internal Order:
                  Profit Centre:
We need to copy the program for MR11 and inside it, refer to a copy of MR_ACCOUNT_ASSIGNMENT, which would contain the logic for replacing the account number picked up from configuration with that entered by the user.
The code that needs to be added here would generate a popup, accept the account number from the user, and replace the value of KONTO with this number, which is the export parameter for the Function Module.
At some point before the call to this FM we would need to write code to generate a pop-up, which would be populated by the user with G/L account at run-time.
i need to modiy this internal table::::
Call function' CKMLGRIR_BUILD_GRIR_MAINTAIN'
   tables
      lt_grirpos = t_grirpos_package
The internal table t_grirpos_package would need to be modified at this point and populated with the values populated by the user in the pop-up screen.</b>

<logic:iterate id="dtoi" name="ages"
collection="ages.keySet()" indexId="dtoi">
<% interfaz.GenericDto dtoEA =
(interfaz.GenericDto)dtoi; %>
<% if (dtoEA != null){ %>
<% }; %>
</logic:iterate> Try the following (assuming "ages" is the HashMap - adjust as necessary):
<logic:iterate id="dtoi" name="ages">
<tr>
<td><bean:write name="dtoi" property="value.edad"/></td>
<td><bean:write name="dtoi" property="value.ctotal"/></td>
</tr>
</logic:iterate>

Similar Messages

Maybe you are looking for