Re: How to get the structure name for any table type.
Yes, it's probably better to use available interfaces like this one, rather than querying DD*-tables directly. Thomas
View ArticleRe: Error in prodution
Are there some dumps (transaction ST22) or system messsages in log (transaction SM21) ? Regards,Raymond
View ArticleRe: inserting line in internal table
Hi, Did you speak about the time when you made the sum or about the WRITE statement with the option UNDER ?? regardsFred
View ArticleRe: 0byte file getting created while passing data using FM FTP_R3_TO_SERVER...
Hi, For using FTP in SAP you have to set up an RFC destination have you done that... If not execute RSFTP005, to generate the destination. Then Run it. Regards
View ArticleRe: Read table and if statements
Hi Frederic, I learned too many intersting things in this forum Amine
View ArticleRe: Conditional adding screen fields to ME21N transaction
I never have invoked a Badi method from PBO. But i recommend you implement the BADI ME_PROCESS_PO_CUST in transaction SE19. You will see that method PROCESS_ITEM is executed for every change in...
View ArticleRe: Finding hard coding of messages in all programs of certain package.
You can make use of the program RS_ABAP_SOURCE_SCAN.Regards.
View ArticleRe: Read table and if statements
Hi Kumar, I will just add a sort statement by Article before the read table statement to have an efficient code.Thanks. Amine
View ArticleRe: Read table and if statements
if you made a sort add a BINARY SEARCH option (for big table) Fred
View ArticleRe: how to display dynamic text below parameters of selection screen on...
You can display it any where playing around selection screen statements like the comment statement and skip statement in selection screen....
View ArticleRegarding DP91 net value calculation
Hi Experts, i am working in DP91. i want to know how the net value is getting calculated. what are the database tables fields used for net value calculation. Please help. Thanks In...
View ArticleRe: Table TADIR
You may have to filter the records providing further selection criteria. Example: SELECT pgmid object obj_name author devclass created_on...
View ArticleRe: Copy Quotation to Quotation Using BAPI_QUOTATION_CREATEFROMDATA2
Solved it myself. We can use BAPI_SALESDOCUMENT_COPY to copy the quotation. !
View ArticleRe: Using Smartstyles in Smartform
Hi Everyone, Thanks for your help, I solved the problem. instead of making a line between customer and address and putting Z in between, I placed the paragraph format in the last line where the...
View ArticleRe: Customizing include
yes nayeem, i am aware of that but my problem is how to resolve the error that i am getting ?? i am unable to activate the struture. please read my question
View ArticleRe: Customizing include
What are the fields you have added to structures?Is any of field which you have added is of type tables, references or strings?
View ArticleRe: header in smartforms
Hi............. please follow the attachment .......... upload the xml it will solve your issue........ enjoy...........
View ArticleRe: Customizing include
Hi Chetan, Can be enhanced ( character-type or numeric) - The structure and its enhancement must not contain any deep data types like tables, references, strings etc. So please check the data element...
View ArticleRe: Change sales order in ECC immediately after it gets created from CRM
Hi Kusuma, The Assignment between a change document and event(Say Create) is maintained through transaction SWEC.When the particular event(Say Create) is triggered, then we can carry out the further...
View Article