Re: How is a table parameter in function modules used ?
Hi, If I understood correctly, you have data in a internal table and you need to transfer that into the table interfacing parameter in Function module 1. why don't you directly use the same table...
View ArticleRe: How to add amount of 2 records with same Key fields in an internal table?
Hi, you can do this in no.of ways. lets try in this way for instance you have data in itab_1 and the result that you needed will come in itab_2 Loop at itab_1 into wa_1. wa_2-f1 = wa_1-f1.wa_2-f2 =...
View ArticleRe: error SMARTFORMS081
Hi With MINI SAP 7.1 (or a copied system), the following Note Helped me 1532825 - Deleting SECSTORE entries during system export/system copy
View ArticleRe: Sending smartform output as pdf email attachment via NACE
you can include this functionality in the same driver program which you are already using. if you want as a separate output you can always create and attach the same or new driver program along with...
View ArticleRe: Why does MESSAGE not work?
Since it is a BADI you should only use "S" (successor) messages and "E" (error) messages.This is a general rule. "S" messages are displayed on the next available screen,when processing stops or is...
View ArticleRe: User Exit on me21n for STO PO at Delivery tab
Please reply anyone, I really need to find the enhancement or suggest some solution. Ankit
View ArticleRe: what does this error mean: the field, although this is entirely or partly...
Most likely your table parameter i_p0001 is protected against changes.This will probably occur if it is also an import parameter in the function/method where you do the call. Regards,Robbie.
View ArticleRe: Why does MESSAGE not work?
Hi Shelwin, Just a guess, is the BADI called in update mode i.e. after pressing Save button. If so then i think you will not be able to see messages. As suggested debug is best option. BR.
View ArticleRe: Which table store the change history of Listing/Exclusion?
Please follow the link here for a solution on "Sales Listing/Exclusion Change Logs/History functionality in ECC 6.0"--> http://www.asug.com/discussions/thread/42930 Regards,Vijay
View ArticleRe: Which table store the change history of Listing/Exclusion?
Please follow the link here for a solution on "Sales Listing/Exclusion Change Logs/History functionality in ECC 6.0"--> http://www.asug.com/discussions/thread/42930 Regards,Vijay
View ArticleHow to add amount of 2 records with same Key fields in an internal table?
Hi All,Thanks for all your suggestions.I have fixed the issue by aggregating it by creating the new Infocube in BI as it is related to that. I am closing the thread.
View ArticleRe: what does this error mean: the field, although this is entirely or partly...
Yes, this could it be too. Check your smartforms if the table-parameter is checked by using a copy of it. Might be the problem. RegardsFlorian
View ArticleRe: Creating of Custom(ztable) Table ?
Hi, I believe these custom tables creation is required when client business logic deviates from standard SAP functionality. 1. incorporate their custom business logic (Which can't be possible with...
View ArticleRe: Deleting BADI/ se19 issue
Please check have you implemented any EXIT on SE18 itself which is taking you to some other Tcode.
View ArticleSTRING type fields, any risk?
Hello In our system we have a Z table to store a Z module pool prog., wherein some field's data will is not fixed in lenght, for example, long texts entered by user on Z dialog prog.'s screen, like...
View ArticleRe: Customization of standard web dynpro
Hi, How to copy this enhancement and how will i assign the same to WDA ?? Regards,Abhishek.
View ArticleACK in ABAP PROXIES
Hi experts.We are sending ABAP proxies from SAP to PI requesting tecnichal ACK. The thing is that the ACK message is created but it remains in error in PI so the ack status in SAP backend is never...
View ArticleRe: how to get second next page in smart-form
Hi.Use the button P.Down or P.Up RegardsMiguel
View ArticleRe: Input field still appears to be mandatory after Uncheck the checkbox
Hi Amaranatha, Thank you so much, your solution works except it won't allow me use the multi-selection button on the right of F4 help for the selection-options field. I have to fill a value using F4...
View Article