Re: Join for getting sold to party name using 4 tables.
Hi Matthew, Thank you for your suggestion, I check the below code but the performance of FAE is better than inner join why? TABLES : EKKO , EKPO , LFA1.TYPES : BEGINOF TY_EKKO, EBELN TYPE...
View ArticleRe: Transaction AS01 user exit
Hi Saul, You may create a validation on transaction GGB0. Regards,Custodio
View ArticleRe: MIGO BADI -for posting errors while creating a GR
Hi Sarita, I think I replied to this on your other thread MIGO BADI. Maybe you should keep only one thread active, don't you think? cheers,Custodio
View ArticleRe: ALV report Export with text columns truncated and numeric with '*'
Try save with unconverted type and import it to excel. Regards,Ikrar
View ArticleRe: Menu exit in VL02n
Hi, The following link may help you: http://www.****************/Tutorials/ExitsBADIs/VF01/Header.htm RegardsPurnand
View ArticleRe: Reg: How to read database table based on time stamp
Hi Narayan, Well you can put a select up to 1 row using the order by clause of the date time field [TIMESTAMP] field in ascending order. In that way the last record you updated [assuming you are...
View ArticleRe: UPDATE dynamic
Hi, You can do it like this. TABLE_NAME = 'ZMYTABLE' CONCATENATE 'MYFIELDNAME = ' '''' 'MYVALUE' '''' INTO T_SET. UPDATE (TABLE_NAME) SET (T_SET). BR Yakub Shah
View ArticleRe: Send multiple Spool data in an excel multiple tabs as an attachment
Hi , As per my understanding , whenever spool request get changed that data have to display in next sheet in same excel, if its correct use the below code. CLEAR OBJPACK-TRANSF_BIN....
View ArticleRe: UPDATE dynamic
You have to put the whole logical condition into a variable: [code] concatenate fieldname `=` value into condition. update (v_tbname) set (condition),[code]
View ArticleRe: LSMW - Hire employees
Hi, what we usually do is to create employees with a 'limited hiring' action (via config we create a separate user group that allows us to run the hiring action with only infotype 0,1, 2). After this,...
View ArticleRe: How to remove zeros from Table control.
Perform some tests, if this field is an actual quatity field, it must been linked to a reference unit key, either from ddic or explicitally in the field definition in dynpro. Look what append when...
View ArticleRe: CDHDR and CDPOS table not updating for customer master changes
I hope this FM is not an update task FM (check attributes) else youy just executed an open-sql "in disguise", Could you write which FM you did use (if standard) so that thosewho laterseekthe same...
View ArticleRe: Value not flowing back
have you created module or function pool for your additional screen? Instead of creating "module/ function pool" try creating executable program.(Type 'E") program and check. in method...
View ArticleRe: In XD01, Custom Tab values are not flowing to table.
have you created module or function pool for your additional screen? Instead of creating "module/ function pool" try creating executable program.(Type 'E") program and check. in method...
View ArticleALV refetch
Hi Expert, My client's program using function model to create the ALV list. I need to achieve as when double clicking its row, it will pop up a dialog box to input some data. After it closed, the...
View ArticleRe: Developer Key for MiniSAP
Hi Peter,Just try following linkhttps://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/minisap/minisap.htmjust fill the details and you will get developer key to be mailed into your mail...
View ArticleRe: Cluster view: activation
Hi, and have you solved the issue? I cannot figure out what is the cause of this message. Best regards, ilya.
View ArticleRe: ALV refetch
(FAQ) Just read documentation of the FM, look for USER_COMMAND, parameter is_selfield, subfield refresh... Regards,Raymond
View Article