Re: Copy BADI for organizational data on item level
Hi Andreas,I see in IF_EX_CRM_COPY_BADI~ORGMANVALUE( IS_ORDERADM_I )VALUE( IS_REF_ORDERADM_I ) There is an Item ref and current item parametes in the badi ..Did you put a breakpoint here...
View ArticleRe: Check the change log for message text in SE91
Try transaction SE95."The Modification Browser" Regards,Raymond
View ArticleRe: Help with a BW Start Routine
Insurethat allthe weeksare alwaystransmitted in the samepacket. Then, if required SORT the package, loop at the package and sum values and increment a counter when stock not zero, at end divide sum by...
View ArticleRe: Inserting duplicates into table
Hi Egemen, In your case use MODIFY instead of INSERT.basic difference between INSERT, UPDATE & MODIFY --INSERT: when new record has to inserted into table.UPDATE: When record in present in table...
View ArticleHow to read a PREL_DATEN Field
Hi, In an IT, I have a Field, and its type is PREL_DATEN , I would like to know how to get the information from this field. Any idea. Thanks!!
View ArticleRe: Selections variant with tabstrips
Hello Markus, I have never had an issue with using tabbed selection screens and variants. Can you provide more information? Regards,Kim
View ArticleRe: Help with a BW Start Routine
Hello, you have to use LOOP.......ENDLOOP statement. if stock ne 0.sum = stock + sum. sum is a variable. endif. at last, sum value is total stock 25558745. for average : use: sum / 52....
View ArticleRe: SAP SCRIPT - change the output language
Hi Murali, Why not store the English text as a standard text element and then pull it in with an include statement. For example: /: INCLUDE Z_SETTLE_GI OBJECT TEXT ID ST LANGUAGE E. Regards,Kim
View ArticleRe: Help with a BW Start Routine
Hello,at 1st try to enhance total stock and avg stock in datasource (rsa6) on selective datasource in ecc site, i think loading performence will be better then start routine execute in bi site. if it...
View ArticleRe: Restirct table entries
Hi Srilatha, I am puzzled as to why users are using SE11 & SE16. To control the display of table entries:1. Eliminate access to SE11 and SE16.2. Create view(s) of the tables.3. Create a parameter...
View ArticleEmail body is turned into an attachment
Hi!I hope some of you might help me to find out this issue...I made an e-mail sender, it is working properly.I check the email in SOST, it seems OK.But after the e-mail lands in my gmail account, the...
View ArticleRe: USER EXIT ZXPADU02
Hi Gaurav, Normally, you can update Qxxxx fields in infotypes with a code like this: data:fieldname(25) type c value '(MP200000)Q2000'. field-symbols: <fs> type Q2000. ASSIGN...
View ArticleRe: USER EXIT ZXPADU02
Hi, If you're in the PAI (ZXPADU02), you can change the internal value of IT2001 that will be refresh on the PBO. The code should be like:CASE innnn-infty.WHEN '2001'.CALLMETHOD...
View ArticleRe: Color a particular cell in alv grid when there are more than one table
Hello,I think you first generate your it_final table correctly. For cell color the code is already there but you have put your code outside of the loop of IT_FINAL. Put inside the loop then only it...
View ArticleRe: How to include multiple message class in a report?
We can't use the multiple message id's with REPORT like:extension but we can use multiple message classes directly i hope (not sure ) . RegardsMahesh .
View ArticleRe: USER EXIT ZXPADU02
DEAR JONATHAN, first of all 'THANX' for replying i have used this and it is working for all field of pa2001 but the feild that i want to update is q2000-anzhl which is not part of pa2001 or innnn,it...
View ArticleCustom Info structure not getting updated
HI ALL, We are using a custom info structure for storing the last 20 documents. These documents include sales orders, billing documents, sales activities. This info structure gets updated whenever...
View ArticleRe: How to include multiple message class in a report?
We can't use the multiple message id's with REPORT like:extension but we can use multiple message classes directly i hope (not sure ) . Of course we can. Read the syntax description of MESSAGE and...
View ArticleDynamic data into Sm30
Hi, I have created dynamic selection screen using the FM's FREE_SELECTIONS_INIT & FREE_SELECTIONS_WHERE_2_EX. From these FM's I'm getting the WHERE condition to perform SELECT query. I want to show...
View ArticleRe: ALV print preview different from report
Hi Purnand, when you print preview an ALV Grid, it become a List ALV for print.This is normal. The only problem I can see is the size of page for printing where not all columns fits in a single row.But...
View Article