Re: How to Create Dynamic Itab.
Hi Raghunadh, I think You have to assign to a field symbol directly, and Even if Such a statement is allowed how can you use a Field Symbol without Declaring ItI assume p_num will be having Numbers,...
View ArticleRe: How to Create Dynamic Itab.
Hi Raghunadh Kodali Check the below links for your reference....
View ArticleRe: Automatic created lines with Tax VAT while posting FI document in FB01
Hi Andreas , I have a requirement where i want to calculate VAT tax only on second line item which is commission line item .Currently when we are posting from BDC and creating accounting document...
View ArticleRe: Sequence numbering in Each Section of the report
Hi Arul, Can you share the formula which you have used to generate count? It will help in tweaking it to get the desired results. Also try to share a snapshot of report for better understanding....
View ArticleRe: Is there a way to determine if a data element has a defined domain or not?
Hello Maria MargyIn our sap all the data element stored in DD04L table.So in that table a field ROLLNAME is their so in that u put your Data Element name and Click on Execute button. In output screen...
View ArticleRe: Searching a dynamic table
Hi, My goal is to search a table and give the result as a table only with line that contains certain(s) value(s). I have received a field symbol table to search in. I have its structure ( different...
View ArticleRe: How to sort dropdown dynamic entries list?
Hi Anton, thanks for the update! Heppy to here it's OK now. I talked to the technical SCN guys to see if I should have done something differently... seems not (-:
View ArticleRe: Unable to get value of dropdown list
Hi, If current is not getting ppulated in the getters and setters, it means there is something wrong with the binding of your context node. You should consider checking your binding once more....
View ArticleRe: Searching a dynamic table
So why do you need the field names? Also, somewhere the table structure must be being defined, so at some point the actual fields names are known. For example, one solution may be to pass the field...
View ArticleRe: Searching a dynamic table
Hi Matt, I just found out that I can also extract the fieldname of the searchfield from the table where I got the value and the type. Still the Loop at ... assigning .... where is not working. Syntax...
View ArticleRe: Deleting confidential address of contact person
Hi Sunil, You could try the following API:BAPI_BUPA_ADDRESS_REMOVE Regards,Parul
View ArticleRe: Searching a dynamic table
Yes, because as already established, WHERE does not allow dynamic conditions. (Except possibly in the most recent ABAP release). What is your desired WHERE clause. I'm still not clear on that. Anyway,...
View ArticleRe: UI Configuration issue
Hi Nikhil, make sure the configuration loading on UI is the one you want to display.If the configuration loading is proper then try by pressing reset to default button in the...
View ArticleRe: Lower horizontal line of table not appearing
Hi, Please check OSS 1243944. May be useful in this case. Cheers,Arindam
View ArticlePrice Calculation at Goods Receipt
Please search the forum and help.sap.com before posting you could have found this yourself:Price Determination - Purchasing (MM-PUR) - SAP Library
View ArticleRe: ALERTRULE in ID for PI7.31 dual stack???
Thanks Mike... I set alerts in ALRTCATDEF.... I can see those alerts in RWB - ALERTINBOX.... but they are not coming in e-mail boxes...SCOT is configured correctly.... Can u tell me whats wrong here??...
View ArticleRe: unable to cancel scheduled messages in PI 7.1
Rana, In RWB -> Message Monitoring -> Adapter Engine -> Database Overview. Please check the earlier/previous messages got stuck, like check last month or last year , if any messages still in...
View ArticleRe: Sale quation stil defaulting to old price
HI Kundan, Problem resolved,the were two price under material master data( accounting view tab) moving avaerage price and commercial price.i went to mm02 and removed commercial price manual.Thank you alot
View ArticleRe: Finding Date Difference
Hi Preethi, Try: TimeSpan diff = denddate - dstartdatediff.Days.ToString() Good luck.Best regards,Pedro Magueija
View ArticleRe: How to find out workstation of a transport request created
I think you should read this blog by Horst Keller - A word about CALL 'SYSTEM' Even standard codes use kernel call inside to fetch the data. Yes, SAP developers can jolly well use them. These are not...
View Article