Re: Help for RTTS
Hi Marina, Please see this links for better understanding about RTTShttp://wiki.sdn.sap.com/wiki/display/ABAP/Runtime+Type+Services+%28RTTS%29http://help.sap.com/abapdocu_702/en/abenrtti.htm
View ArticleRe: Problem with SAP Note Implementation: 738159 Catch Weight with Radio...
I'll do that and edit this post with the resultsI'll just post a link for the note in case someone finds it helpful to read it:https://service.sap.com/sap/support/notes/738159 I'll inspect the calling...
View ArticleRe: Code of /SMB40/FM06P
What is the solution Because i faced same problem Regardsmahesh
View ArticleRe: FTP_R3_TO_SERVER : Uploading binary file (.XLS)
Hi Sreehari, Why you need to use FTP_R3_TO_SERVER to upload excel file? You can use TEXT_CONVERT_XLS_TO_SAP or alsm_excel_to_internal_table to upload excel file.
View ArticleRe: Help for RTTS
Hi Eitan, as you have seen for yourself RTTC is not very handy in ABAP. The code becomes quite confusing for more complex use cases - just imagine to create an internal table that stores a more complex...
View ArticleBDC multiple sessions
Hi everyone,I am uploading material master data using bdc session method.I have a flat file with 10000 records. now i have to create multiple sessions with 2500 records. HOW DO I CREATE 4...
View ArticleRe: READ PROGRAM SAPMSYST
i am not going to change anything. as i mentioned earlier i am gonna break-point somehwere in code, to see how it works in debug mode. Check Database View D010SINF SQLX field.means if i remove SQLX...
View ArticleRe: BDC multiple sessions
Hi Ramakrishna, You could use BAPI_MATERIAL_SAVEDATA for your requirement instead of BDC. Its quite simple.Regards
View ArticleNametab can not be generated
Hello All, I am facing an error when transporting my request from one system to other.Could you please help me. This is very urgent !!! Thanks in advance,Sampath
View ArticleRe: Nametab can not be generated
Hello,In your case may be some domain/data element/table like YCGRPDESC is in inactive or activate but yet not adjusted .So try from se14 ,activate & adjust that all things.Then put all within one...
View ArticleRe: Table field heading not displayed in SM30
Hi Anubhab, As per my understanding one time plz check your ztable for primary key, I think there will be no primary key except mandt, that is why sometime this problem comes. with thanks & regards...
View ArticleRe: Nametab can not be generated
Hi Sampath, the transport fails because it cannot generate the tables. This is because all these tables use the fields YCUSTGRP and YCGRPDESC. These fields are not valid in the target system because...
View ArticleRe: FTP_R3_TO_SERVER : Uploading binary file (.XLS)
Hi, Use the following Code for Upload. PARAMETERS : P_INFILE LIKE RLGRAP-FILENAME OBLIGATORY. DATA: FNAME TYPE STRING. DATA: GINT_EXCELFILE TYPE ALSMEX_TABLINE OCCURS 0 WITH HEADER LINE. DATA:BEGIN...
View ArticleRe: Create a schedule line in sales order using Bapi
Dear Ramu , Any solution to this Issue i have the same Requirement and faceing the very same problem.Thanks in advance for reply . Thanks alot. regardsPrashant Singh
View ArticleRe: FTP_R3_TO_SERVER : Uploading binary file (.XLS)
Hi ramesh, I m using FTP_R3_TO_SERVER because i am uploading file to FTP not to application server.Using the same, i am able to upload a text file (In character mode). But when use binary file , it is...
View ArticleRe: How to Store .csv file in outside Server (SQL or FTP)?
Dear All, I am able to Store the file in FTP Server(Not in Specific Folder). For that we need to maintain host details in SAPFTP_SERVERS table. Now I am searching to store in a particular folder of FTP...
View ArticleRe: How to Store .csv file in outside Server (SQL or FTP)?
Dear Neal, Thanks for your help. After maintaining the entries in SAPFTP_SERVERS table, I am able to Store the file in Specified Server. But not able to store in a particular folder. In that Server...
View ArticleRe: ALV HS Block list not displaying item data
Thanks for the help Manish!The program BALVBT01 helped, and the error I was having was from a spelling wrong in a field name in fieldcat.Now working good. Thanks,Anjana.
View ArticleRe: Program to Generate ABAP Source Code
Hi Neal, Thanks for your reply. So basically you are asking me to split each part of the source code generation into various components (Using FM , OO Method) right ? If so, could you please elaborate...
View ArticleRe: Program to Generate ABAP Source Code
Dear Cruz, Exactly You have understood my requirement. Thanks for your suggestions. I will keep it in my mind. I have already started developing my tool. I will publish it once done. Regards,Kausthub
View Article