How to use STRANS to translate XML to ABAP with deep structure
every experts, I want to use Tcode: STRANS to translate XML to ABAP, But it does not work well,here is XML code,I want to translate this XML into an an Inter table gt_orders with deep structure of oeb,...
View Articleneed to replace email address in PO
I have to replace the vendor email id in purchase order with some other email id which should come from LFM1 table.The given condition is like while selecting the email address it should first search...
View ArticleRe: Dump error when clicked on text elements in SAP Script window
Hi Miguel, The release for SAP_BASIS in our SAP is 731. So it is a higher version than the one specified in the note. Kindly let me know what can be done? Regards,Rekha
View ArticleRe: How to declare select option in alv report?
Try ...vbeln IN s_vbeln and fkdat IN s_fkdat
View ArticleRe: How to declare select option in alv report?
Hi, Use the IN operator in the where clause ,as Daniel suggested. regards,
View ArticleRe: BADI - Menu Enhancement (using fcodes)
Hi Nilesh, Can you please post the answer for the benefit of all & me. BR,Ankit.
View ArticleRe: RS_FUNCTION_CHANGE: Going to short dump
Hi,What is the dump says ? For change the entry is 'FB' which also is default.
View ArticleSd report weekly
Hi expertsI need to create sımple sd report weekly,Is there any sample for that? any help wıll be appreciate... Thnaks
View ArticleRe: How to call windows search using abap
I have looked at MSDN and found that some scripting/programming is necessary.And still it is unclear how to return the results to SAP. Does anybody actually know how to call windows search ?
View ArticleIs there a way to execute some code after document posting
Hi Colleagues, Is there a way to execute some code afte the document posting? I mean generate a PDF file for the document, and save it after posting. Is BTE 1030 OK for this? I really want...
View ArticleRe: How to declare select option in alv report?
Hi, use in operator in where condition. SELECT vbeln fkdat kunrg netwr FROM vbrk INTO CORRESPONDING FIELDS OF TABLE it_vbrkWHERE vbeln IN s_vbeln and fkdat IN s_fkdat.
View ArticleRe: How to declare select option in alv report?
Hi , select option never use = .... it has to be always in only. = we used for only paramaters.
View ArticleHow to remove toolbar in its mobile at output screen?
Hi,I've a problem in ITS MOBILE. I runned ITS, but it's running with sap toolbar. How to remove toolbar in ITS MOBILE at output screen? Regards, Buğra.
View ArticleHow to cancel goods movement (602 MT) by BAPI?
Hi All. I need to cancel the subj document. The business process is below.Sale order REN type by BAPI_CUSTOMERRETURN_CREATEDelivery by BAPI_OUTB_DELIVERY_CREATE_SLSGoods movement by...
View ArticleRe: smartform printing half of data on first half of table then printing rest...
Hi Priya, As suggested by Edgar you can follow up the approach given by him. Pretty simple and straight forward! Have 2 internal tables of same type,Then count the number of lines using DESCRIBE...
View ArticleRe: Can I create dotted lines in smartforms
Hi Aneel, It's not possible in smartforms. Regards, Varun Sahu
View ArticleRe: New Custom field to be created in condition records
Dear Rama, Add this field in below structure If field is for header than add in structure - KOMKAZFor for item KOMPAZ After add this new field in stcture, That field available in field catelog. Add...
View Article