Re: Smartforms po me23n
Hello Tahar, Check the vriable in the Driver Program whether they are clearing before it is calling second time. Because the Variable in the smartforms will be cleared in the global_clear form routine...
View ArticleRe: z-function to read BPC Model transaction data
Hi Bishwajit, Thanks for the reply.After debugging, my observations are:it_range table is getting filled with the selection I passed.Error is occuring at this line. As stated before, when I comment...
View ArticleRe: Textname is Gray Out to put S010 TextID
Hi, Put 'TEXT' under 'Text object' column, 'ST' under 'ID' column and 'Z006' under column 'Text name' (last column) of the row. Please revert back with your feedback. RegardsSD
View Articledata foundation @Prompt
Hi all, I created a derived table in data foundation and put a @prompt in where clause for user to input.if i type:@Prompt('ID: ','N') - > it's OKif i type:@Prompt('ID: ','N','DB\Daypart\ID', mono,...
View ArticleRe: double click in table control
HI, FYI. You can enable check box like above in MPP. Regards,Srini.
View ArticleRe: TN to block WO Planned quantity more than SO quantity
Hi, The correct object type for production order is 202. Object type 68 refers to Work order (OWKO) table. Thanks & Regards,Nagarajan
View ArticleTransport UI5 app
Hi experts, I am trying to upload my customized UI5 app to anther NW in a Transport Request. Below is what I did, as I am new to this topic, I guess something is missing: 1: Go to /nSE01, create a...
View Articledata foundation @prompt
Hi all, I created a derived table in data foundation and put a @prompt in where clause for user to input.if i type:@Prompt('ID: ','N') - > it's OKif i type:@Prompt('ID: ','N','DB\Daypart\ID', mono,...
View ArticleRe: TN on Attachment file in invoice
Hi, It is not working as per requirement. Let me check and update.
View ArticleRe: displaying long text in alv report
Why you think this FM only works for list alv? How about this code? LOOP AT I_DATA INTO WATAB. V_TABIX = SY-TABIX. CLEAR: IT_SENTENCE []. CALL FUNCTION 'RKD_WORD_WRAP' EXPORTING TEXTLINE...
View ArticleRe: Purchase Order No. not available in General Ledger (FAGLL03)
Hi Mahmoud ElnadyI have checked special fields but the Purchasing Document field not assigned. What should be the next step? Pls guide.
View ArticleRe: Create Worflow item only if Task is released WS00400064
Hi Peter, Sorry but I am not able to understand the question clearly. "Task released" is it related to some order task or some other thing in SAP or you are talking about workflow task released ?Till...
View ArticleRe: Allow Shadowing in POWL
Dear Santhosh, Unfortunately, the steps mentioned in the wiki link classifies as only the first step.Please find the sequence of steps below1) Follow the steps mentioned in the wiki.2) Implement note...
View ArticleEKBE - BSAK table update
Hi Gurus, Can you please let me know, how Purchase Order history will be updated whenever the service line items were accepted in EKBE? If Payment made to vendor in Purchase Order History "DP Request...
View ArticleRe: Problem to upload longest file with text data and binary data.
Hi Patrick, Try these FMs:ARCHIVFILE_SERVER_TO_TABLEARCHIVFILE_CLIENT_TO_TABLE Thanks, Anil
View ArticleRe: Script Validation Error
HiThis problem is solved for me now.I eventually found the log and saw it was complaining about all my API statements when executed on the BI platform e.g. substring, convert. etc. I restarted all...
View ArticleRe: A field to be validated as having only numbers of type char03
Hi Venkat, Please find the below code. DATA: LV_NUM TYPE CHAR3. LV_NUM = '12'. IF LV_NUM CO '0123456789 '. "Add empty space after 9... WRITE 'EQUAL'. ELSE. WRITE 'NOT EQUAL'. ENDIF.Also find...
View ArticleRe: How to copy scheduled process chain Job in abap program
Hi Roland, yes your right if one job is running , other job runs means that will be error . but see if one job start at 2 o'clock and that will be end at 4 o'clock. copied job will start at 4.09...
View Article