Re: Update Z field in MARM using BAPI_MATERIAL_SAVEDATA
The return message is : SMM 356The material 576 has been created or extended And in the returnmessages table there is these messages : T ID NUM MESSAGE H MK...
View ArticleRe: Dump Error in Tcode:PA30/ PA20 after Version Upgrade
Hi Experts, Thanks for the reply, The issue seems to be on the configuration side.The table settings for tables T582V and T582W were changed. However, existing data was not updated. The Fix is to...
View ArticleRe: Schedule SAP Background Job for Holidays ONLY
Start by explaining how you did working days only. I'm assuming that holidays are not working days. I'd bet you find the answer in what you originally did. So, let me give you one (of many)...
View ArticleRe: CV01N is not prompting for a TR?
Just want to make sure, So, i need to create the doc / part / ver. in each environment (DEV / ACC / PRD) seperately independently , directly in the system, right? pls. let me know
View ArticleRe: BP initial load, company code, plant, purchase organization and sales views
First thank you both for your answers, Nivedita, I had watched those BAPIs before and I couln't use they for my purpose. May be you can tell me how to add the rol and the information for FI vendor role...
View ArticleRe: Need to change file path and format while payment run (F110)
Did you chcek for Customer exits of the same pckage than EXIT_RFFOEXIT_901 or EXIT_RFFOEXIT_902 ? Regards,Raymond
View ArticleSubmit Mb52
Hi All, I am submitting the MB52 in the report by using the SUBMIT. It is considering the Default Variant that is saved for the MB52. I want to know is there any way to remove the Variant and run as...
View ArticleRe: Submit Mb52
Hi If the user creates a default variant and you submit MB52 without to indicate a variant, then MB52 will use the default variant to display the output. So you need to use a dummy Variant in order to...
View ArticleRe: Customer Invoice Email - NAST-NACHA = 5
Hi, Have a look at this program it might be useful. Using cl_bcs for mail. http://scn.sap.com/servlet/JiveServlet/download/2015-3412951-14309154-180712/y_r_eitan_test_10_02.txt.zip See form FORM...
View ArticleRe: ENHANCEMENT IN PO (ME21N)... Addition of values
Can you paste your source code? Did you use the same memory id?
View ArticleRe: Error 'GETWA_NOT_ASSIGNED' when processing Inbound IDoc in BD87
Hi, May be you have to execute condition maintenance reports RV12A001, RV12D001 and RV14ALLE again after upgrade, just check with the functional team regarding these reports. Thanks & RegardsBala...
View ArticleRe: problem in ALV grid display- problem while using the control break staements
Hello, If you have an ALV problem using FM REUSE_ALV_GRID_DISPLAY, you may want to check out the object oriented approach to ALV grids instead. REUSE_ALV_GRID_DISPLAY is a function that some people...
View ArticleRe: Validation not working in Screen BADI for QM01
Yes a custom subscreen are which you are using I guess 20
View ArticleRe: EDI-Invoices via Idoc with in e1edka1 segment - Need help
Sri in this exit all the idoc data with segment name is in idoc_data internal table in the exit. Just write the code to insert segment at right place...it will show in we02
View ArticleRe: Left Outer Join on internal table in ABAP
Mike, For your scenario, there could be only one matching record that need to be considered from the Right table, so it is better to go for a READ TABLE. Until you need to process multiple records in...
View ArticleRe: Left Outer Join on internal table in ABAP
Hi Mike, I checked my example and a lot of others, too (incl. sub queries, EXEC SQL, Cursor, etc.) - just to understand how this can be solved, but there is no way to fulfill the requirement! It's...
View ArticleHow to generate 16 characters unique GUID in ABAP to use as a primary key
Hi, Please help me in generating a unique 16 characters GUID which i can use it as a primary key in my custom table. I have tried with "GUID_CREATE" and "CL_SYSTEM_UUID~CREATE_UUID_X16" but its...
View ArticleRe: disabling check-box in table control row wise
Dear nabheet, one issue is coming here. when i am clicking on one check box it's enabling the other's also. i don't want others to be enabled. for example : - 1) *2) *3) 4) *5) * * means checked....
View ArticleRe: How to generate 16 characters unique GUID in ABAP to use as a primary key
Hi Babu,can't you use the table field DATA_ELEMENT "GUID_16" of your custom table and then use GUID_CREATE with GUID16 to fulfill your requirement? I guess this should work.Or didn't I understand your...
View Article