Re: mb90 related problem
Hi Yakub,my driver program is copied from standard SAP program, and it consists of all includes, so i think i have to do some Enhancement into it. So please tell me how can i do that, please tell me...
View ArticleRe: How to change warning message v1-151 to error type in transaction va01
Hi Srinivas, Your given thread is most helpful to me but please tell me whether can we achieve the solution only by configuring the message types? or on the other side can we make it through program...
View Articleuse class VMD_EI_API to create vendor
dear abapers,i use calss VMD_EI_API to create vendor,codes: CALL METHOD VMD_EI_API=>MAINTAIN_DIRECT_INPUT EXPORTING* IV_TEST_RUN = SPACE* IV_COLLECT_MESSAGES = SPACE...
View Article/EXCEL4AP/CON_CACHE_1(Source code protected.See explanation in long text)
Hi Arindam, Thank you very much for your reply.This information is very useful.
View ArticleRe: Need help on screen painter table design
Hi,Have you used wizard to create the table control? Thanks,Sreekanth
View ArticleRe: how to pass value to an function exit which does not has an export...
Hi, I think you can make use of function group. Create a FG with 2 FMs. GET_VALUE and SET_VALUE. In function exit, you can call FM set_value and pass the requried values to a global variable defined in...
View ArticleRe: Method to Upload the Materials Master.
BDC is the worst solution. This is bad advice.
View ArticleRe: Method to Upload the Materials Master.
BDC is the last alternative when nothing else works. As it is reliant on the screen's not changing, it is not a stable solution. I've been using MAINTAIN_MATERIAL_DARK and the BAPIs for material...
View ArticleRe: Need help on screen painter table design
hi , remove REFRESH CONTROL 'BARTABLE' FROM SCREEN '0100'. in Your coding . Regards,Ams K.
View ArticleRe: no value display in pricing?
Where are you looking for the values in VA01. TKOMK and TKOMP structure enhancement are for pricing configuration and are considered for price detemination.
View ArticleRetrieve Salesman per Sales Group/District
Good day Gurus, Below are the following tables for my reference in retrieve Salesman,Group,District and etch.TVKO Sales organisation / company code - VKORGTVTW...
View ArticleRe: How to attach a pdf document from system to an email using coding?
Hi Sam, Your understanding is correct, GUI_UPLOAD cannot be used to upload a file in background. BR.
View ArticleRe: PROCEDURE TO MAKE TREE STRUCTURE USING SAP OOPS
Dear Mohammed, I know the tcode se43 which is used to map tcodes in favourite list. But here in coding you can arrange not only list also folder names, the gui appearance as per requirement, to map...
View ArticleRe: How to attach a pdf document from system to an email using coding?
Dear Sam, Yes it is correct that GUI_UPLOAD does not works in background but if I give internally the path of file it takes the file and can do in background. Many Thanks / Himanshu Gupta
View ArticleRe: corrupted pdf attachment. while retrieving from mail...?
Hi Deepak,Try like this *--------------------------------------------------------------------** V A R I A B L E S...
View ArticleRe: what is meaning of SE in se38
Hi Krishh, Please see theis thread,http://scn.sap.com/thread/1031971 Nice question btw. BR.
View ArticleRe: what is meaning of SE in se38
Hi Krushh, SE : System EngineeringSM : System Maintenance For list applications and there meaning see the table TAPLP in SE16 Regards,Ramesh.T
View ArticleRe: Retrieve Salesman per Sales Group/District
Hi Harvey Vasquez, Try in SQVI to know link between this table.
View ArticleRe: Hi experts,
Hi Shekar, You can visit the below link to create the table control with your ZTABLE. http://learnmysap.com/sap-abab/58-create-table-control-using-abap-programming.html In the property window of the...
View Article